Loading Tool

Explorer IconExplorer

Memory Pool

76,979 transactions
28.59 vMB
0.10146965 BTC
Random Selection Loading Transactions
Max Size: 173.00/200 MB

Candidate Block

Mining Attempt 5fc15f3d3e2ccb528b734b7138abb4d41715d89caa5e9907c07809b6552a75a2
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 4374c7213aff6e71e20d00bac44e19e758c0702b6eb026c7e3d2671da0247a55
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,682
Size: 1.00 vMB
Total Fees: 0.03474781 BTC
Feerates: 402.60 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (248,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,709 666,709 000000000000000000055437d8990fed1b8331d16136ae7c75c323ad70f05cf5 2,533 1.00/1.00 vMB 67
666,708 666,708 00000000000000000001ce324275c59e071ab57e12c208456808538262721c8b 729 1.00/1.00 vMB 20
666,707 666,707 0000000000000000000648f9500929240a4b90a7da0d3096997b7e5540c1934d 655 1.00/1.00 vMB 15
666,706 666,706 00000000000000000003d671a54dbcc37f0feedc0a8c2bd1b60d902dd3383682 2,051 1.00/1.00 vMB 30
666,705 666,705 000000000000000000014cee2ae00e1c2559a44424bef3879c44f98ed4a0ec72 2,231 1.00/1.00 vMB 78
666,704 666,704 00000000000000000003094525869d818dd23f10e28d8a8e12402de733bd79b6 1,327 1.00/1.00 vMB 28
666,703 666,703 0000000000000000000a2465062b217ea48fae8165ad86c30740df8cbe0e259d 512 1.00/1.00 vMB 14
666,702 666,702 00000000000000000006df006db0b8bd2b5c63721ad9bc6692be0d57d74c6176 879 1.00/1.00 vMB 8
666,701 666,701 000000000000000000064f4851865047953f0263c6d2f364dca3f460d66547e6 1,891 1.00/1.00 vMB 37
666,700 666,700 0000000000000000000b61db30ef0d676073af4f8633a5173593cceb1abfc6a7 1,720 1.00/1.00 vMB 6
666,699 666,699 000000000000000000066bd5416e9124300d09a951bb33bcc458e2d8b44f928b 1,394 1.00/1.00 vMB 16
666,698 666,698 00000000000000000006a64ec709f3bc3d66602dadfe49c9276cc556f59eabf3 2,431 1.00/1.00 vMB 25
666,697 666,697 00000000000000000007c78af3a780d177ac7fc298ed7371fb2c37269507c54e 2,013 1.00/1.00 vMB 46
666,696 666,696 0000000000000000000c844601ab8780f5a260c6551bc9fad49d8445069eb512 1,468 1.00/1.00 vMB 69
666,695 666,695 000000000000000000028e0fba7f780f15de53629a7f8a5e1b43f448c2a9931f 2,370 1.00/1.00 vMB 59
666,694 666,694 0000000000000000000a7649d4c54de507e14ccc479e592b52a236128aaf3fa4 2,418 1.00/1.00 vMB 11
666,693 666,693 0000000000000000000a13193e1e9dd84e99246dbd681d4c1e5a36b9e88d55d7 2,113 1.00/1.00 vMB 19
666,692 666,692 0000000000000000000432eb7cd214b2c9ec3918d38e3ea1b53a51362e41de5a 1,478 1.00/1.00 vMB 48
666,691 666,691 0000000000000000000b969e0aed0aed8fec480f6604a7205c73c6a885462a47 2,679 1.00/1.00 vMB 76
666,690 666,690 0000000000000000000220dea0ad1806654633a957eac00e7fdc5c9d98405158 1,481 1.00/1.00 vMB 63
666,689 666,689 00000000000000000009b1962efd1743d464efff73e19ba9da622bbd63fd1294 2,519 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.