Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,897 transactions (1.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,459 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,638 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,458 (886,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,900 22,900 00000000ee32fababac8d960d02b23f97340315d29f8ba14777bf24972987eae 0.00 MB 1 0
22,899 22,899 00000000be77ac21d09054452e8c457f335d16a935f9914c4c296147b0d64bae 0.00 MB 1 0
22,898 22,898 00000000d61c82291688a50348a88efcce7260d3c23d0cf2bb027291323149e1 0.00 MB 1 0
22,897 22,897 00000000c7add2c251745b2529e3aca477356186333a2b3b0dc55896fa8a7590 0.00 MB 1 0
22,896 22,896 00000000f5a765395ac44251cc796cec5a80f156f8c07fe6919e0ad955d466a8 0.00 MB 1 0
22,895 22,895 00000000fe1407a8aa60ce22101536ed58d3a31f1a66f0d0e1597a15304c729f 0.00 MB 1 0
22,894 22,894 00000000410f0b9743429fde98d4da977e30128ca5bacfdd00c3f78f27064421 0.00 MB 1 0
22,893 22,893 0000000004ea8619353534a8424d270583cac3ac84678e8dcd0c3c87de7ff46c 0.00 MB 1 0
22,892 22,892 000000005146198029e7c7686ecaad57cb4bb73b898dad8afc794f9e74cca3cd 0.00 MB 1 0
22,891 22,891 00000000b9f2ba9023168fef2d51a4e5fbbfefbece090cdf3c2f3006c58e7c4a 0.00 MB 1 0
22,890 22,890 00000000324360d2e6c394174b48ef090a89d9388060e9407dc25a06b5f4e47e 0.00 MB 1 0
22,889 22,889 00000000285ca58689deba1463ee7982024b8782816bf091b18dbd2ec111b841 0.00 MB 1 0
22,888 22,888 00000000b006b242010977b41d81d55828576ef50a523c340ac8c02140fed9a1 0.00 MB 1 0
22,887 22,887 00000000ac5b3a80bd9109ba9c1b1c636bf18f1492418e1a3ac3ddef0cb8c461 0.00 MB 1 0
22,886 22,886 00000000086d44e8888394d5e67e5a61dde6035270f02d3c09d20e15a633f2b3 0.00 MB 1 0
22,885 22,885 00000000bc1da4b18c3f0ea00726fd2aabbb67f32c73cab8bcda8ef1468f1906 0.00 MB 1 0
22,884 22,884 00000000d94a1ef99605622ab138801edbf77623e6315c9bf9dbe8221b52092e 0.00 MB 1 0
22,883 22,883 0000000071bc1bc8377dcd87aeed7b904352a909a000c1b8072910e1732ffe7c 0.00 MB 1 0
22,882 22,882 000000003f1e1fdb7d3439b502fc22e572897687796b26a192265b5edb9bb892 0.00 MB 1 0
22,881 22,881 000000008a0d27cb0110ae6fa560b18319d8effa7f043a72ddc7778a12078c69 0.00 MB 1 0
22,880 22,880 000000009484c290aba56bd21726de3fcebb0bb89c8eb392d4f61df5682999d4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.39 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,079.15 GB sent, 110.20 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.