Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,214 transactions (0.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,582 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,199 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,581 (870,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,898 39,898 00000000645cf11242a10a03c4a57a26d6516920f8e31ff88906888b9e2367c6 0.00 MB 1 0
39,897 39,897 00000000046083edb036e3577ad4633941fc779db297de32879b92a55329b29b 0.00 MB 1 0
39,896 39,896 0000000045b2472ce285ace8b4ab204d2f713945ffd5bb61b2a7aca6c0716c75 0.00 MB 1 0
39,895 39,895 000000003f0a73e0364f3147ea8031a2e18900f7e11e156a985813b1313bc30e 0.00 MB 1 0
39,894 39,894 000000003190dcfbd601cc39c1c8fdc7e2d09889b0874d474cb45c8d203ec999 0.00 MB 1 0
39,893 39,893 000000001f9d559611a85e13b93f615bde1db15aa3f23dffa096bf72ff869656 0.00 MB 1 0
39,892 39,892 0000000024c852806c45c81c4f3a148c4e18b78f5de664501f7748a9a440a50e 0.00 MB 1 0
39,891 39,891 000000006b5c3f95258a6dbf8187f6059ce618ecf00a2c61dc4dc29a4cb55c95 0.00 MB 1 0
39,890 39,890 0000000070e8676c22f3a0db51b2ee6873740358c5dcb4f89302fb823de1b11c 0.00 MB 1 0
39,889 39,889 000000004b5d0607129ebe575113f5898d167cbfed95e2ae597dd6417cd96750 0.00 MB 1 0
39,888 39,888 00000000203a7e725dd4b0702302a83c75c62d1edbb52025ae6af4ac60b60421 0.00 MB 1 0
39,887 39,887 000000007a1b84abdca5d3eee036ebf0d619f8975a3e90525f1e8d7bde7e769d 0.00 MB 1 0
39,886 39,886 00000000848a00097d84db2c1505d300c670978d715513c5fda62dfd71731dcd 0.00 MB 1 0
39,885 39,885 00000000347cd75e6b0dfd7a382bed7d0550791a6254740b4343e322c560e8bd 0.00 MB 1 0
39,884 39,884 0000000081fc4af49883e3436aac6d3b29aca05fe72df5d50300e0b4269d5507 0.00 MB 1 0
39,883 39,883 0000000046adc5b00a7a873b0474da6bb07691f58416eb18e9018b1ad3f65a4f 0.00 MB 1 0
39,882 39,882 000000001ba1d1c9cd9e03d52a89c8bf20bc7b34b5dfc1569fa1e2c6f75af8f1 0.00 MB 1 0
39,881 39,881 00000000741513df41b636dc5ce11af02ffb4b15b43dde04b7aab616878c3e4f 0.00 MB 1 0
39,880 39,880 00000000037dfb65690c3d786eb09c89900b0f2f87f3ecce68f00561b44879ca 0.00 MB 1 0
39,879 39,879 00000000861b1bca1d9667c8d347f174e5c6eb3701ca7c3d4fc429d097afe363 0.00 MB 1 0
39,878 39,878 00000000816e2be495ba4ddc33e1b8a352d58371b024a786b9e43e43a031cbaf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.45 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,253.86 GB sent, 120.82 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.