Loading Tool

Explorer IconExplorer

Memory Pool

33,726 transactions
25.54 vMB
0.05589190 BTC
Random Selection Loading Transactions
Max Size: 129.15/200 MB

Candidate Block

Mining Attempt 7028ffa84d7781127982e16ff20ced15cd76eff27d75944da78e6eba0f620ded
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 13874ea821237db081af6a4352435bfea366d74b176856ee283c1bfc3319b1ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,550
Size: 1.00 vMB
Total Fees: 0.00946521 BTC
Feerates: 74.70 > 0.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (153,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
760,832 760,832 000000000000000000040e255acf1c169eefea6f34e2b00aa00da0a4465f6ec5 1,813 1.00/1.00 vMB 16
760,831 760,831 00000000000000000004433c1d15712ae1baa8b2a2b4fe1db8148737fcc2dbe4 432 0.13/1.00 vMB 10
760,830 760,830 000000000000000000019b29dc0831fdf2a5a54c5ca3fd5bec8bcf9c8b78013c 1,799 0.71/1.00 vMB 9
760,829 760,829 00000000000000000000025fef79794abc436ccc05d50c81fc6b52273fbc1e22 242 0.06/1.00 vMB 12
760,828 760,828 00000000000000000004dcd48345e9b5b0e731f61d06958b1ab097a2acba4fe6 2,311 0.88/1.00 vMB 6
760,827 760,827 000000000000000000043460d551f889bbaf4f64eaa2494334ffed347c83a8a7 3,004 1.00/1.00 vMB 18
760,826 760,826 000000000000000000038a43358ef1c683b4db0ae343b903d50ddb8d6fc399a7 300 0.09/1.00 vMB 12
760,825 760,825 000000000000000000066789bde0d48f4700ce42b31c8af3c318a23ae663463b 1,642 0.90/1.00 vMB 12
760,824 760,824 000000000000000000043ad3cac31d81a88aa946256d84fa6b3026af3c5b6f46 1,158 0.51/1.00 vMB 9
760,823 760,823 0000000000000000000249d9eeb8b93aaa9e2e2a6a7bc5bb84cf2bab8bea36e6 1,213 0.49/1.00 vMB 3
760,822 760,822 00000000000000000001b92c1eb23e536455aeb0908b9232a4ec873698a69733 3,121 1.00/1.00 vMB 11
760,821 760,821 0000000000000000000677c4a2c630321d8228a0e4b49a5bcad481dd31d27d18 3,603 1.00/1.00 vMB 23
760,820 760,820 000000000000000000035c7c23499cd05a4a4d9f01ccdecca26cd51f43229a08 1,278 0.72/1.00 vMB 7
760,819 760,819 00000000000000000007906460b48868e7c4c84b0a50a0e7b8e1cae41c1144c3 1,756 1.00/1.00 vMB 12
760,818 760,818 000000000000000000056f7c1029bac6979ca7a4d3d4d4908992436912041df9 1,048 1.00/1.00 vMB 16
760,817 760,817 00000000000000000006e16b348374b2ece3b7aca1c3723ddab17764cafff1a7 1,527 0.55/1.00 vMB 13
760,816 760,816 0000000000000000000736df308e9810ccfbcd42ca3261d48bdc5f062ff3cccb 1,884 0.60/1.00 vMB 12
760,815 760,815 00000000000000000004a679314567dab6d1478383ebc46f1468c718b8222490 3,120 1.00/1.00 vMB 15
760,814 760,814 0000000000000000000514c3594d330581c9e2e744592ea771b13f9a8086e101 773 0.32/1.00 vMB 9
760,813 760,813 00000000000000000005a85eb7c2e3f788884d45a868bf1597d2a1ee8138d9a4 2,619 1.00/1.00 vMB 14
760,812 760,812 000000000000000000035f1ce3155d2ffa6b4aad744f374d560b7c3697bbeb05 1,027 0.43/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.85 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: 638.62 GB
    • Received: 12.49 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.