Loading Tool

Explorer IconExplorer

Memory Pool

24,768 transactions
11.83 vMB
0.02962688 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.32/200 MB

Candidate Block

Mining Attempt 117acd44df179c2e0a2172952bacf765965c4990544206cfc970e80ace5849ca
Version 20000000
Previous Block 00000000000000000001cb1dcfe18d51d0ea6c316116de2e90aa455f75c88032
Merkle Root 932ed8abd0a706a0a4e606aa1b97a497ce830abee7b89b7e320acdce5e9a64a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,525
Size: 0.997981 1.00 vMB
Total Fees: 0.00987066 BTC
Feerates: 45.77 > 0.99 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,646 (1,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,562 912,562 0000000000000000000215007f08b5773f77e769e927db69b6d380c805eff242 598 0.13/1.00 vMB 4
912,561 912,561 0000000000000000000052e55fd221208adf741f41be9bb4f772854773a86f5a 3,581 0.99/1.00 vMB 2
912,560 912,560 0000000000000000000222249c38ed0de5a4c6e33979e88b4545a759ea6b4deb 2,869 0.71/1.00 vMB 2
912,559 912,559 000000000000000000013b0940198cd811371b99820a1a7af671d4e693820786 4,791 1.00/1.00 vMB 1
912,558 912,558 000000000000000000007af9a246c13f03dbdf9ccf9f197e18a8d5de5deeb661 2,830 1.00/1.00 vMB 2
912,557 912,557 0000000000000000000150389be949d93bf577578c6e3baace6328a3de00a61a 3,033 1.00/1.00 vMB 2
912,556 912,556 0000000000000000000062070e7ed02b184a9b05bcee9ba1ff3e0121e422e3e8 340 0.09/1.00 vMB 2
912,555 912,555 000000000000000000021923d09d76e6b520528532e2f4cadf8d51f8b58ffb90 5,844 1.00/1.00 vMB 0
912,554 912,554 00000000000000000001a7150973cc8459587421aa1692ae274d8f569f1c48b1 4,123 1.00/1.00 vMB 1
912,553 912,553 00000000000000000001f296dea50cc7beb276d1fa3a7b6c64c29dc62c048eff 112 0.12/1.00 vMB 1
912,552 912,552 00000000000000000001ab0a3645953e60d4eff69efd9a02304ae68f64d1ad04 5,590 1.00/1.00 vMB 1
912,551 912,551 000000000000000000017b21596bdfcc4eb7f09f69f07816b01466318f9b43f9 4,781 1.00/1.00 vMB 1
912,550 912,550 0000000000000000000054105e3123876444fa74aa5c39538290ce95c23ec5cb 6,627 1.00/1.00 vMB 0
912,549 912,549 0000000000000000000071c13e3d30bc9d092e4a57e18fc45d007ba4974fb5dd 4,587 1.00/1.00 vMB 1
912,548 912,548 00000000000000000000f637977978125d2f7683b1c0b0589d31824b91f06597 3,506 1.00/1.00 vMB 2
912,547 912,547 000000000000000000001b5fbcec9aba1889c9d6307235cb2c021b78153d830b 669 0.21/1.00 vMB 2
912,546 912,546 000000000000000000012bcdad2e3422eda2203bbdf4bbeb646a78ae613acf81 6,832 1.00/1.00 vMB 0
912,545 912,545 00000000000000000002026a9bab56f59cea16f4ff6e7b870b490856a072643f 5,921 1.00/1.00 vMB 0
912,544 912,544 00000000000000000001a2a811d5a24b64df33ade30927b607292c34ef502870 6,750 1.00/1.00 vMB 0
912,543 912,543 00000000000000000001ba4603460bcd27857e35ce18602e959ac2bcbf21ec0e 3,212 1.00/1.00 vMB 2
912,542 912,542 000000000000000000014e3db3c91dd1bc54dfdc52d2f81e2da50aea9ac41c62 400 0.10/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 779.99 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 472.22 GB
    • Received: 3.03 GB
  • Uptime:

Notes

  • 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.