Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,579 transactions (1.03 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,345 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,552 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,344 (42,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
868,628 868,628 00000000000000000002a8bccefbb3d3cc0a0d01a2f2478426901a67386c17d3 2.16 MB 694 1
868,627 868,627 00000000000000000002cde2ed62ad6b236f4b040fd6b953d79a77193f17550e 1.63 MB 5,029 3
868,626 868,626 0000000000000000000255eff8d510d3d9d488c3d06f13fb0682266318c3d36a 1.64 MB 5,509 3
868,625 868,625 000000000000000000003ee9f3ca2a3420193f70195459bb954bab5e764eb45b 1.83 MB 2,146 1
868,624 868,624 00000000000000000001b22162c950ddde937f5738ebec7ba29b61600352c1bb 1.47 MB 2,738 1
868,623 868,623 000000000000000000013d8465179a66de12a1b1a0140b02c127606dca260835 1.65 MB 3,866 3
868,622 868,622 00000000000000000002930caf412b9acfcdb45b7079e06861af80db48049534 1.55 MB 3,380 5
868,621 868,621 00000000000000000001612123ce7ec223c21ba16c12cf17c5337126c2e65daa 1.51 MB 4,072 10
868,620 868,620 0000000000000000000117d7031dc4ca361e7084dd139dfab16ab2fce7602ce4 1.82 MB 1,745 2
868,619 868,619 000000000000000000022e52eab5a699dfc33b5fcb66923d941136e001c120bd 1.63 MB 4,878 3
868,618 868,618 000000000000000000007485889f28ff7db7ba62d8e2c39f475bb1430a5b2d69 1.56 MB 5,991 4
868,617 868,617 000000000000000000028390b185e6c9138fb170098b52e8fcdd9274364be53d 1.82 MB 4,428 4
868,616 868,616 0000000000000000000017e484340ded5c9411c6d49c51bda8a406aa97443741 1.74 MB 3,982 4
868,615 868,615 000000000000000000025549066342663cd0dbf7c593421564091159d7a68c2b 1.55 MB 5,871 4
868,614 868,614 000000000000000000027aa1896d1d1d488c9ccb3612f92a5ca36fca96773750 1.51 MB 5,478 4
868,613 868,613 000000000000000000013b0bef991676bb401c66f2bd7cc241368324b447e507 1.61 MB 3,574 9
868,612 868,612 0000000000000000000297f81a2ecc62ee3a60093681a03e3a24346590adf276 1.61 MB 3,922 5
868,611 868,611 00000000000000000001c06ab47985a4813dd5648743ac31bb7d4f1c1354c3ab 1.47 MB 3,739 10
868,610 868,610 000000000000000000022cbc471c4668592364a5e2e6392bd039313042cb3678 1.58 MB 3,794 11
868,609 868,609 000000000000000000029bb4470581085a8348e8e83dd72f8d78d748f41e9621 1.70 MB 4,294 7
868,608 868,608 00000000000000000000219ef05ad0ef0c354ce960cf3e4f50a6542a22dec953 1.72 MB 4,950 4
Previous 10 blocks ↓
Total Size: 775.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,400.94 GB sent, 128.24 GB received

Notes

  • This page updates every 5 seconds.
  • 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.