Loading Tool

Explorer IconExplorer

Memory Pool

75,197 transactions
28.90 vMB
0.08814420 BTC
Random Selection Loading Transactions
Max Size: 171.04/200 MB

Candidate Block

Mining Attempt 8c9bbeef769407a2c2187f9fdb0b1c54712c4f32e5ab2d85de919659eedca21e
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root f9a595f734215814c8f8caacd7379582245fe0741fdb1c1e3d4ce60368fb7514
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,990
Size: 1.00 vMB
Total Fees: 0.02814387 BTC
Feerates: 150.93 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (385,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,502 529,502 0000000000000000002391e6f7a90e104f9a2571a4892681f2b26d87285a1976 2,127 1.00/1.00 vMB 36
529,501 529,501 000000000000000000176dcca2ef6b2f2dda1804df6e3d147c698eca207f53a8 2,370 1.00/1.00 vMB 53
529,500 529,500 000000000000000000328a45fb2350c9d73ddeeaa0c6bfccd6656bf468d552bf 1,798 1.00/1.00 vMB 8
529,499 529,499 0000000000000000002143f27a6a56945e0f4a0a8510628e42f4fd21948effab 2,194 1.00/1.00 vMB 36
529,498 529,498 00000000000000000027cfd7e4b886769ab8d1c0bed35c70c0796dce997dea0d 2,447 1.00/1.00 vMB 24
529,497 529,497 0000000000000000003585a3f5c535ac481e4a02fba6f7450dd9626f6abc6dd9 1,519 1.00/1.00 vMB 10
529,496 529,496 0000000000000000000909e9d74d2f281b6379ad00d5bd4f17fff04f89eba4cf 2,893 1.00/1.00 vMB 39
529,495 529,495 00000000000000000010d55bc3ee3a9662be167a9f7404635bc31af46da54095 2,097 1.00/1.00 vMB 29
529,494 529,494 000000000000000000228a6a51265d4b093466f7bfc3af4c2ec891356d87ea24 2,976 1.00/1.00 vMB 25
529,493 529,493 00000000000000000006c44acf9a60879bf0d9355ac8f4af4ed5e7399b54a51c 2,576 1.00/1.00 vMB 78
529,492 529,492 00000000000000000026ae59c0a76b2488c82c3b20aa908bd4f7a263c303ee09 2,808 1.00/1.00 vMB 40
529,491 529,491 00000000000000000005109319eb610fac6dd7134f4bcc66382b257efe203873 2,110 1.00/1.00 vMB 15
529,490 529,490 0000000000000000003350a141cfaadb69eb469406701500d484b76a59ba44f9 2,615 1.00/1.00 vMB 53
529,489 529,489 000000000000000000023a7045266941a2da6486ffdced446b3ef5afed5113e2 2,249 1.00/1.00 vMB 26
529,488 529,488 00000000000000000007a1e855b6f5c5e7d7d2788e37790632a04703b6ca4cae 2,514 1.00/1.00 vMB 83
529,487 529,487 0000000000000000001a55595b0a225340ceb2267b9b62a1fe1330b6723acfd0 305 1.00/1.00 vMB 4
529,486 529,486 0000000000000000000992bd102525249edcfe06090602356f146ab4e665948d 2,299 1.00/1.00 vMB 27
529,485 529,485 0000000000000000002bea2a3856941ef72b34fff5aef60a57764e8f3d6e7cea 1,824 1.00/1.00 vMB 24
529,484 529,484 00000000000000000020ec298ab50e0f7484da11a0f299c9c8cb5614836c3d7e 2,352 1.00/1.00 vMB 35
529,483 529,483 000000000000000000023e81190185922f7a36f259499a3ed0f00d9eb2420758 1,971 1.00/1.00 vMB 11
529,482 529,482 0000000000000000001142e05ec9420d3d805e0ed1252d3804b1b32f7e1811a3 2,373 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.