Loading Tool

Explorer IconExplorer

Memory Pool

87,246 transactions
32.86 vMB
0.13358540 BTC
Random Selection Loading Transactions
Max Size: 199.67/200 MB

Candidate Block

Mining Attempt 67ca3a61a2c67a0a63024f904a575c4e39bb86e3ef575efa038489b86c87472f
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 6682d27fcc80af8cff696ea008d0e13397226e3c082cec8b5338fda3ee6e0ed4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,754
Size: 1.00 vMB
Total Fees: 0.04823935 BTC
Feerates: 300.16 > 4.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (422,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,465 492,465 0000000000000000007b077bbd4c68c35feeafb7575a9c78308d41b4c3e8206b 597 1.00/1.00 vMB 30
492,464 492,464 000000000000000000b95d8c68bbd2f0dc4129b3d5d656738e430cf2ae6459da 1,903 0.96/1.00 vMB 82
492,463 492,463 000000000000000000a31f5405adfcbb200a85f7b9394c902d176d5f95bf6e84 1,565 0.96/1.00 vMB 166
492,462 492,462 000000000000000000119218f077aa2bec18f0fc4a0955de42faed3056add1c3 1,334 1.00/1.00 vMB 71
492,461 492,461 00000000000000000064498b35f3b5db01bb83b47fb4e633ec6ce051ebb7a041 530 1.00/1.00 vMB 23
492,460 492,460 00000000000000000081643b38271a26ab6c186628c424a1cac409788e122079 1,931 1.00/1.00 vMB 111
492,459 492,459 0000000000000000003742a123c9ec460b938e493e96cbbf5085a3923961109a 1,539 1.00/1.00 vMB 139
492,458 492,458 000000000000000000a668ef27046db9cc807a48a705dbad7ea1b09670179f38 1,227 0.98/1.00 vMB 45
492,457 492,457 000000000000000000128d4acb242164d130a21f0085bdd4c414772d05fa2b70 1,054 1.00/1.00 vMB 99
492,456 492,456 0000000000000000003a949e79394d179bc36d202c351d69e3a7e7e7b6c4ffc8 2,267 1.00/1.00 vMB 230
492,455 492,455 0000000000000000003d31608ff075395f2563f48dec9694ea616ce6e814d845 1,902 1.00/1.00 vMB 128
492,454 492,454 0000000000000000000c9a223afca8836eb07a585377dcb20768b8d8d1a48259 1,561 1.00/1.00 vMB 58
492,453 492,453 00000000000000000080a88f6c6fac9d6495f3c6efd4068980642492815c58a0 1,753 1.00/1.00 vMB 37
492,452 492,452 00000000000000000053af3d13e241d0fcb9f791b255ec154d4087e0880f8614 2,717 1.00/1.00 vMB 240
492,451 492,451 00000000000000000031d8a992b6244e6be3db184109dc2248a2af8d34cce89c 1,724 0.98/1.00 vMB 25
492,450 492,450 0000000000000000002a0d965869f5efe7918a0849621796187bc879641a9fab 1,463 1.00/1.00 vMB 74
492,449 492,449 00000000000000000057916c6245ec6c8924ceb6d1b61b3024df92bee585d0f7 2,453 0.99/1.00 vMB 32
492,448 492,448 0000000000000000002129f06282074e1c8186dc22d065f8e7dace6b659df7ce 1,876 1.00/1.00 vMB 108
492,447 492,447 0000000000000000001158cb9ae9aaa02bdb8ea1875ffec579f92a979aa764f8 2,097 1.00/1.00 vMB 220
492,446 492,446 000000000000000000a3610fddd83b586b6e7eaf33c18d5066fb0c83a07b5ff0 2,708 1.00/1.00 vMB 120
492,445 492,445 00000000000000000091b34b501c11337aebd6ad5112127f57f7889907cf1154 610 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.76 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: 709.03 GB
    • Received: 16.84 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.