Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,393 transactions (0.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,469 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.81 vMB 2,387 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,468 (832,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,907 77,907 00000000005931af2c7a22075eadca1e8d84cf43d72e8800323d1162196c4095 0.00 MB 5 0
77,906 77,906 00000000000887ecddce7d0565cf6eee0f32e747abf6efeb90cc449024124126 0.00 MB 4 0
77,905 77,905 0000000000543d98f0a5359fddebc2d39af05cf9bc8c4df29951b86ca257907a 0.00 MB 2 0
77,904 77,904 00000000000dac78672b7026aeab77ab8b676fc84014e40f3f85af77f3cdd4c7 0.00 MB 1 0
77,903 77,903 00000000000e923a45e1fd691f55c887b663ade7d9d3803924a761e554e4cffe 0.00 MB 1 0
77,902 77,902 0000000000486befa334ad90c63e902e6ee593d841c81f0666455bbd1435e77a 0.00 MB 1 0
77,901 77,901 00000000004211af4f2bc5f185ae029b0e2cf98288c5b5767d11e860208d4e63 0.00 MB 1 0
77,900 77,900 000000000009d0d24ed46ad35d578332802abad7d00a22db5ffe63526df4304d 0.00 MB 1 0
77,899 77,899 00000000005885008e57457c8615f3e426a08bd2cabcc176995c3672465b614f 0.00 MB 2 0
77,898 77,898 0000000000576e23321872887659b8448f10ec287e867dc801b4f8168bb8a2b8 0.00 MB 1 0
77,897 77,897 00000000006492ea5bbd7959cfb3dad68c95442e4d70ee7fcfe5ed95467be14f 0.00 MB 1 0
77,896 77,896 00000000004e443d06ca173d55b3b337f8d3a12e105894f7950ac7d9b35ed18c 0.00 MB 1 0
77,895 77,895 00000000002e1f617eb8e153fede93a3b63904ec0e580c8d938b036c1960c7a1 0.00 MB 4 0
77,894 77,894 0000000000559c93422b7477c1bc44697df301249d4c1116c192572929a46ae4 0.00 MB 3 0
77,893 77,893 00000000004ef2a408758917fa9bd4570bc29f25aff5afe16b0e02f70ede5065 0.00 MB 3 0
77,892 77,892 000000000056b0dcb182f9e011bb2d06447dec808669e0e6f1f2a66d3b58b298 0.00 MB 1 0
77,891 77,891 00000000003aa0f864e226271bb480c8af83287f6b4c2a290a9c3060a8e3a9f4 0.00 MB 3 0
77,890 77,890 00000000001e2485b35643937fa369ce90e7969557fc8848b52bb326cfaaa6af 0.00 MB 3 0
77,889 77,889 00000000000b50a82087fb46c8cc7d7204145fc0539185068d182e65e32e8579 0.00 MB 1 0
77,888 77,888 00000000004b5bb6608f3c1645bcf80c29cb855010d8dcb9cdd79032ae4ae6bb 0.00 MB 5 0
77,887 77,887 000000000048a1910684be91cb6816e12beab7bab8f8152864623e2435a02402 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.26 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,242.47 GB sent, 119.80 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.