Loading Tool

Explorer IconExplorer

Memory Pool

76,276 transactions
28.26 vMB
0.09215005 BTC
Random Selection Loading Transactions
Max Size: 171.50/200 MB

Candidate Block

Mining Attempt f2d4f2ea62256cb5261fac021d4a66b457a1fddbe607cecc9cbdeaf09ac0bdd0
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 4d0cd3bb8907bf22bb200ec69bdc9907016e5f428c0e4883766d8f264982f7de
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,590
Size: 1.00 vMB
Total Fees: 0.03021763 BTC
Feerates: 402.60 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (265,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,305 650,305 0000000000000000000c87fb12601fbe19c1c35229c7d3eb539f9c08b82f8029 2,711 1.00/1.00 vMB 35
650,304 650,304 00000000000000000009d575fa5d19fc613f63a750625f8366784793ca7e18a6 198 0.18/1.00 vMB 18
650,303 650,303 000000000000000000001c0a528b598e962587d0497d461000e328070993d82b 2,140 0.90/1.00 vMB 25
650,302 650,302 000000000000000000010ab05097e253bdaec0fa782b7f92c255bba2f3a023e0 1,736 0.60/1.00 vMB 23
650,301 650,301 0000000000000000000cb16092b97f2c5d37bc6f5c50b9b00d7ecbbac5376609 1,829 1.00/1.00 vMB 41
650,300 650,300 0000000000000000000a6ea3f9dc8fdb1abcbfde7b4d24eece1f48a20ade0681 1,625 0.64/1.00 vMB 43
650,299 650,299 0000000000000000000a8f50a725c5f5740e9dbba39cbf602f83b8121ff965d5 313 0.10/1.00 vMB 32
650,298 650,298 00000000000000000004d745c71be3c170b58b6279d22a53c20e3263ef25a8dd 1,017 0.53/1.00 vMB 49
650,297 650,297 0000000000000000000b65be6ba5a68ff4edfcba0e1f9093d54aea4164a30878 171 0.05/1.00 vMB 32
650,296 650,296 0000000000000000000a3c94423da833704828b71f6b1d7df78a18d78886118d 1,558 0.58/1.00 vMB 20
650,295 650,295 00000000000000000001ccf7ebfc93c852d572453c7f1a4ec9578d9aad8e92a0 2,795 1.00/1.00 vMB 13
650,294 650,294 0000000000000000000c6ff269e253ddf47526d4a047ce8407680962a604f3f1 2,106 1.00/1.00 vMB 45
650,293 650,293 0000000000000000000d67d5781298b5a29f0c9564af5215627b21970d057712 2,381 1.00/1.00 vMB 22
650,292 650,292 0000000000000000000cc082e5277dcad1106fbde5f3ab3e92055a44abc16d4c 1,766 1.00/1.00 vMB 102
650,291 650,291 0000000000000000000df7b1a40623210b6a3291df1d943adacd5b05bf6a9f9c 2,582 0.97/1.00 vMB 34
650,290 650,290 0000000000000000000746d6923ebc9522c4ebf4b74ab6242bc82e7fbb84ca09 1,651 0.98/1.00 vMB 6
650,289 650,289 000000000000000000095f4b6203fe008852f14b1fb021a773599e455641808a 2,497 1.00/1.00 vMB 9
650,288 650,288 00000000000000000007072b65400e529c39b5740a8e0db3b8ae51f9828f177e 2,154 1.00/1.00 vMB 41
650,287 650,287 00000000000000000004efff125fc115de4e2e8c95ecf830b388a093ebf1713f 2,581 1.00/1.00 vMB 13
650,286 650,286 0000000000000000000a5be9fc345f43a958e5c4e6c7b6312b038b2cefaf6799 2,828 1.00/1.00 vMB 46
650,285 650,285 00000000000000000001173336390959521b786a77bf4ab56125a27f669b0ce0 2,510 1.00/1.00 vMB 44
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: 11
  • 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.