Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,677 transactions (1.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,908 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,086 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,907 (13,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,969 897,969 000000000000000000005b397992885d47d825a85c0867b44a81494897fd9d3f 1.55 MB 4,257 2
897,968 897,968 00000000000000000001807e0aa6e2b1cf3679387c541b1b776fb6f1e6d9c1b7 1.57 MB 2,614 3
897,967 897,967 00000000000000000001f68b77dbd61595d0038a98479125e0ad817fc28bedb4 1.61 MB 4,021 6
897,966 897,966 0000000000000000000190dc7ff4af5d9d9b1d86bf63a959a7a6bb5c9e07380d 1.65 MB 4,603 3
897,965 897,965 00000000000000000001e67b2402fcffa174515c12ac89d2879786973f3eb9f0 1.64 MB 3,611 4
897,964 897,964 000000000000000000017d3627c353d62ffed324895c19e746a65e433a218871 1.65 MB 3,375 2
897,963 897,963 00000000000000000000472539a869d61b136e2d371eed65d2680b77264186fd 1.77 MB 2,592 1
897,962 897,962 0000000000000000000119be1bdfb87c042cefbfc852ce89a0a6c8234d5c9265 1.43 MB 4,240 2
897,961 897,961 0000000000000000000138e95e89bb62496354417d220a8d066134d09063f6a5 1.49 MB 3,813 1
897,960 897,960 000000000000000000004bb12e68b74f394e19406cd8c68b52c2428de1e6cb56 1.49 MB 4,130 2
897,959 897,959 000000000000000000015cc94a83dce701452a3f26b3462a9488fe6dc8044f62 1.56 MB 4,636 3
897,958 897,958 00000000000000000001325de7af73cbebd8f0bf89f60af876023b926cd46a25 1.59 MB 2,710 2
897,957 897,957 000000000000000000017f2155824a1d6adc73a220b39f969dfb0d3b6ea862f6 1.91 MB 1,728 1
897,956 897,956 000000000000000000003476a3dc4a964febb81ea29aa525a5dcf583b9d4d745 1.71 MB 3,359 4
897,955 897,955 000000000000000000022774ba171ca28f157da896108e863106f2697a414646 1.69 MB 3,624 2
897,954 897,954 000000000000000000016ef8a11200ef108c7f075c26a1fd14d31c7d1ee6fed2 1.61 MB 3,075 4
897,953 897,953 00000000000000000001fe9fb49aa897938331f79fd66bfa9be076f141a8ea98 1.54 MB 4,863 2
897,952 897,952 00000000000000000001eeadf5be76f645e8deb601ff4ffa3f3d3854f1e092f1 3.83 MB 384 1
897,951 897,951 00000000000000000000df08cb5a7083032de8e3e3c8ec720083bb714dd2e07f 3.23 MB 1,636 1
897,950 897,950 00000000000000000000f0cc6fa686eee08a6e3d1b175911638e02a6cba7f3f6 3.17 MB 1,769 1
897,949 897,949 0000000000000000000144ddc67aca3fd32acfd09602af62f8c9c2209e7521da 2.52 MB 2,550 1
Previous 10 blocks ↓
Total Size: 776.92 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,480.13 GB sent, 133.05 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.