Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,672 transactions (2.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,626 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,547 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,625 (849,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,811 59,811 0000000005f2c040efcb4101a4367b7325f31f92e86167ee7f91fbecafbbd2f7 0.00 MB 1 0
59,810 59,810 0000000000524bc16942d4812eac2a6a7afa15b2df778ec09529edab4a4357d5 0.00 MB 2 0
59,809 59,809 000000000cb57e1a528d316edeeb067dee37ce270ad7d3832dd631d3a559ea04 0.00 MB 1 0
59,808 59,808 000000000b1c2026afc9037c36b7da9da67268bf146631b0990bb7bbe93ed3b8 0.00 MB 1 0
59,807 59,807 00000000069a18e80c4692f240116a78800b93013b190301688fa17372c6f12f 0.00 MB 1 0
59,806 59,806 0000000009eede0661975d2e9f67d6c73318e6d97e455b369c498fec9850b76a 0.00 MB 1 0
59,805 59,805 0000000006b9119ddbc848660187fb2aa22c9110e4c8d37d3c91e3458f9bf764 0.00 MB 1 0
59,804 59,804 00000000006540304a795d98319a406fbb4f313cdeea9cc002c88e8c39ab9a1b 0.00 MB 1 0
59,803 59,803 000000000413978454c59567fcbc596da41b3c6cd226da6525c5a9d75d123981 0.00 MB 1 0
59,802 59,802 0000000002f280d1ebcadeed5b95f37641c4859641e2f3db71cbfff8cb16a904 0.00 MB 1 0
59,801 59,801 00000000090c7bf36b30050a987d979eaf1690b2dd5dc6b9c78390983aea1cc4 0.00 MB 2 0
59,800 59,800 00000000036264ba3ee70da01c97f7181dc2fb855bba146083443a483a23b391 0.00 MB 2 0
59,799 59,799 0000000004b0741081182adcc4f599025f1d39e8e56b51df05c7400ca638f57a 0.00 MB 2 0
59,798 59,798 0000000006d7da89d220b39acdb86f60a2e09967364c7f4338716be3f8da7b90 0.00 MB 1 0
59,797 59,797 0000000004384e6b9ccf0ccd5a89dcfe2b4d2f8f837b39e68e4732ef32d602c2 0.00 MB 1 0
59,796 59,796 000000000ee71b6f09ab550c5280ec1951614f78f05180b8208c53b825fae3a8 0.00 MB 1 0
59,795 59,795 00000000074628f5628f36e35db09a34ce615eaf4d1cb6591b15f9a5b37aed3b 0.00 MB 1 0
59,794 59,794 000000000da41886ae05e385e81ba980a0a164e53b4c247a56a79368af0cefbd 0.00 MB 1 0
59,793 59,793 0000000006a07efe8d74211077500ddae65bf0c5aed48203ebd613ec9a7e4135 0.00 MB 1 0
59,792 59,792 0000000007254ecd802898b1bb78fdf0b60cb2628b181fc2eb000941cd3bfc39 0.00 MB 1 0
59,791 59,791 0000000008ee83cc2749ad05a5522ab81f32dcb6971feeb6185116e6914e2781 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.72 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,106.85 GB sent, 111.89 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.