Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,175 transactions (1.08 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
910,378 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,031 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,377 (832,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,912 77,912 00000000000a7b42d840391a450082b832ab7f5507b9f7a296af20825219ba48 0.00 MB 1 0
77,911 77,911 00000000005751f77314a51d0c6b822cb26e6f669df87a1e6256a7ee2e7f9608 0.00 MB 1 0
77,910 77,910 000000000040c7892d6b64c10a97bc804b016fc3a7aff62e9fef65caea6714c2 0.00 MB 2 0
77,909 77,909 00000000003f36193ec8e558cfbf326d340e6b4097cab417684dd234bed4bfba 0.00 MB 1 0
77,908 77,908 000000000006ee2d13a1be3008b2e13e62d253575dfe74c8b1b864c3cb820d07 0.00 MB 3 0
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
Previous 10 blocks ↓
Total Size: 774.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,233.57 GB sent, 119.06 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.