Loading Tool

Explorer IconExplorer

Memory Pool

28,319 transactions
12.50 vMB
0.05231866 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.20/200 MB

Candidate Block

Mining Attempt 445145ee54691f6f172e5d76f038ffa7fde111ef6c69ba1d81e80f80ad1f0885
Version 20000000
Previous Block 0000000000000000000171fc68c11b773c05d40d10f677dabe3013578fd69117
Merkle Root 9e65b842381f8054dff889bec949ffdae0795374ec750b45e72d0ef7d585e7de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,834
Size: 0.99798825 1.00 vMB
Total Fees: 0.03088651 BTC
Feerates: 301.60 > 3.09 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,772 (1,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,505 912,505 00000000000000000001b98857537bdf7bb98d7da9b7a5864bab737b0fcdb87b 6,426 1.00/1.00 vMB 0
912,504 912,504 000000000000000000009e0a2203e6954de14a17b63692fcfdd4a20cef8abf88 2,563 1.00/1.00 vMB 3
912,503 912,503 000000000000000000014d7c1dee8492516a87cf61c277f824364932b48ce3f3 4,160 1.00/1.00 vMB 1
912,502 912,502 00000000000000000000392ec5569dacc0d6ff9d838047af4bc17a685f26e13e 6,366 1.00/1.00 vMB 0
912,501 912,501 000000000000000000022ad582805849d3c42546fd5beda2832e9d003a3e8383 5,533 1.00/1.00 vMB 1
912,500 912,500 00000000000000000000de09967c613e4e3f54a096726f65e28ae66a3c53e241 5,627 1.00/1.00 vMB 1
912,499 912,499 000000000000000000003ba406a8ba42d75bdaf12b268711fc1a61a185df40b7 6,643 1.00/1.00 vMB 0
912,498 912,498 00000000000000000001470ea47c3ca2032675b3c8d2d85dd8e5c8704a23814e 6,717 1.00/1.00 vMB 0
912,497 912,497 00000000000000000001faac20b1ef7a36d96831fef2fbece1f29c64acb61057 6,166 1.00/1.00 vMB 0
912,496 912,496 00000000000000000002152021ef2a4de9892b8dda43665c1b8a489522315a96 383 0.10/1.00 vMB 2
912,495 912,495 000000000000000000001baf9d4f650b35acf6fed4f0b0e1beb1f5b91fb6cd4d 5,175 1.00/1.00 vMB 1
912,494 912,494 000000000000000000001693052813d2be9fc940cd07231a2a3d5c30a34dcbfd 5,284 1.00/1.00 vMB 1
912,493 912,493 00000000000000000001d53a99007ab94c37c31a8f3c4ed50de3d376d5312c2e 2,909 1.00/1.00 vMB 2
912,492 912,492 000000000000000000018e20064443db453eeea8094b90cd10cf6b0dadaab928 4,927 1.00/1.00 vMB 2
912,491 912,491 000000000000000000008344a2b94b058c7db13da09a16d5d1672bd747288d4e 3,333 1.00/1.00 vMB 2
912,490 912,490 00000000000000000001281957207d9c66b4680b24c5aac079a76e9211e37577 542 0.14/1.00 vMB 2
912,489 912,489 00000000000000000000474c704406d0ec5200ef5e752b94ca1e8e7a3ee2aae7 5,814 1.00/1.00 vMB 0
912,488 912,488 0000000000000000000007c7c981b9cd8e895106b3e87c2143e1b83b46105104 3,201 1.00/1.00 vMB 2
912,487 912,487 000000000000000000007e3f7440915e0445a29c29f11bc3426ab8ed94c47732 3,852 1.00/1.00 vMB 2
912,486 912,486 000000000000000000000ca4b14a4b4906d19867893aa9843d254b73c5ff8853 1,174 0.30/1.00 vMB 2
912,485 912,485 00000000000000000001cf26659aa33b8c16659d884ca47b75ac49f5bc91224e 3,191 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 780.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 507.04 GB
    • Received: 4.13 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.