Loading Tool

Explorer IconExplorer

Memory Pool

43,840 transactions
27.39 vMB
0.07131895 BTC
Random Selection Loading Transactions
Max Size: 143.70/200 MB

Candidate Block

Mining Attempt cea4cabd88e6aeb500f8901b8be55ce4630aec7a481f1b43006e62f1c4ad0621
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 55be2a7de6b2dce65ba2a7d4d14f530955118e740e9b19f6e7b083949b4e104a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,985
Size: 1.00 vMB
Total Fees: 0.01984088 BTC
Feerates: 298.50 > 1.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (125,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,756 789,756 00000000000000000005305441fb80c370449f475cdaf55a1a634f64544467aa 3,565 1.00/1.00 vMB 44
789,755 789,755 00000000000000000000ba7bc99aef4da873a85b5f6749c690c77976ae7d94cf 2,718 1.00/1.00 vMB 83
789,754 789,754 00000000000000000005d03c85baf94e7db9cdf4731edd2122f4980252fdc704 3,057 1.00/1.00 vMB 68
789,753 789,753 00000000000000000005c09dec95d8c192073cafff858cfd99b02a9b0fb93b21 4,141 1.00/1.00 vMB 31
789,752 789,752 00000000000000000003801d4fb357f66e51bcec2f0a470c7cefd3ea14593fe0 2,916 1.00/1.00 vMB 79
789,751 789,751 0000000000000000000509c6d278bcf5aaa0c229493e12cc36b05b920dc2ba97 3,571 1.00/1.00 vMB 63
789,750 789,750 0000000000000000000433f1c3d5b0b71cd000a6d466c6b47104d735743ae19c 3,038 1.00/1.00 vMB 25
789,749 789,749 00000000000000000001106fa274d0d5cd95500aa29480525f0c151a527643ac 2,043 1.00/1.00 vMB 21
789,748 789,748 00000000000000000005dbcf9408f4ed4f1bf7d102c929032f1ed4873187aa6d 3,596 1.00/1.00 vMB 20
789,747 789,747 00000000000000000004fcaf3fc987f04212728b6853f9413fc7f5414f8a6c63 4,143 1.00/1.00 vMB 28
789,746 789,746 00000000000000000003d3d5cfd58cf510764ce4a274deb8f77fe6e7dda146c9 4,568 1.00/1.00 vMB 41
789,745 789,745 00000000000000000002b9f1aaa030f5388ff4cede02bf6ea71a31eb3eaa43eb 3,120 1.00/1.00 vMB 73
789,744 789,744 0000000000000000000011b8704c908ea15eaf836d51e3f685672e8c174038a4 3,665 1.00/1.00 vMB 43
789,743 789,743 00000000000000000004c05428210aecfb02240a6d9d85e5a23824d035357b07 2,838 1.00/1.00 vMB 17
789,742 789,742 000000000000000000002fb6ddd23b607f389ea7c2a7ea44830858e09f21fcc8 4,015 1.00/1.00 vMB 35
789,741 789,741 00000000000000000001148b2533cb668ef6b5f953e569cd10ead54535afd063 3,850 1.00/1.00 vMB 57
789,740 789,740 00000000000000000003c5208b39cb7ce85f103d65dd99490e78bf3c5d24e912 4,530 1.00/1.00 vMB 39
789,739 789,739 000000000000000000005ef7fcbf52813baa7e422635c120e3b736b85932ad55 3,974 1.00/1.00 vMB 26
789,738 789,738 00000000000000000002cb606f86698d9c37d2490a0a5f5466ac6a2ec08694b8 3,214 1.00/1.00 vMB 111
789,737 789,737 000000000000000000002c82a7457cc63e183df9f40982d791d99e84349647b3 3,907 1.00/1.00 vMB 35
789,736 789,736 00000000000000000004eb4ccb9d4bc5f629f3b70e742d911739e9e4638df1a6 4,091 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.25 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 655.38 GB
    • Received: 14.29 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.