Loading Tool

Explorer IconExplorer

Memory Pool

39,963 transactions
25.99 vMB
0.06583508 BTC
Random Selection Loading Transactions
Max Size: 134.88/200 MB

Candidate Block

Mining Attempt 18bcd627605d9bcb104b02b0ea93b7551e528f80ffe7ac462bbb7497bf4d798b
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 01f59e95b858b9bc7bcd76d1867636e46783818ff0d80f5970f301206395b5aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,454
Size: 1.00 vMB
Total Fees: 0.01861551 BTC
Feerates: 73.20 > 1.87 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (587,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
327,505 327,505 000000000000000000f0133a06247a074f6aae202bf90e0afa4c198f4b1a2f39 796 0.41/1.00 vMB 28
327,504 327,504 00000000000000001b16517f65668de03f7ed90a72a8f3b06e466fc8128b90a4 777 0.47/1.00 vMB 25
327,503 327,503 000000000000000005b725add58fb0080747d2e644b529c4ef148ca6bb3e37c8 180 0.10/1.00 vMB 13
327,502 327,502 000000000000000014ee32a3cfb1a96e53a9774c1d7a274b302f64a0b20f6684 517 0.37/1.00 vMB 22
327,501 327,501 00000000000000001957edaf3db4c47b4919f8f10a938ac2e36c3cd285ee3daf 416 0.23/1.00 vMB 28
327,500 327,500 00000000000000001aab330c2a92061d0e3591f580e1e76bf7ff8fde1bbf0f60 267 0.12/1.00 vMB 30
327,499 327,499 0000000000000000026352fa35b4cf2dcda7b7c6a2ff5bcb4a5dfefb4a48ffc8 1,030 0.74/1.00 vMB 20
327,498 327,498 00000000000000000b83d30cd4610f786f86d9a525d07b56d47eb0b460981e8e 512 0.17/1.00 vMB 34
327,497 327,497 00000000000000000ce26ddd4f3c14a77204b8887e3bb459e30b98f602dd0e9e 512 0.15/1.00 vMB 54
327,496 327,496 000000000000000004ccb7ed1b1858d6b73bd7640a273fa3a4ee83770d2058b5 342 0.25/1.00 vMB 23
327,495 327,495 00000000000000000b4db5b3f3650e9f01de4ceb4a59a7d0af34e9f3c9d12ea6 494 0.27/1.00 vMB 25
327,494 327,494 000000000000000001d439066b8af1d7dfa48cf24cb50e1413f35915335cb663 323 0.16/1.00 vMB 32
327,493 327,493 00000000000000000267a0b9f94eaaafa6c68efc285a25b3767ccfd78d931dcd 1,159 0.58/1.00 vMB 27
327,492 327,492 00000000000000001d3238ece58b59ace49e0f711af7a7f3bce70c1c75ea0291 1,020 0.63/1.00 vMB 24
327,491 327,491 00000000000000000e1e822015ed257ed87ddf674e0ebd4226e5b4bd4c784e97 256 0.11/1.00 vMB 29
327,490 327,490 000000000000000009ca404130cab30cccf8021212917c1ecb825ca3957a331f 96 0.08/1.00 vMB 7
327,489 327,489 000000000000000008c5ca27353f53e34a3d64961e8e7df66f428dd2889628d8 1,870 1.00/1.00 vMB 29
327,488 327,488 000000000000000007c6d8b1ff9ada985737084ee1a07e29b8b545133645e0a3 338 0.25/1.00 vMB 23
327,487 327,487 000000000000000013dc35c31502b9b99ec3882f2d51974108236af50c680e87 419 0.21/1.00 vMB 28
327,486 327,486 0000000000000000021526185bbc6f20c59a0fba6ee0602ec6d6485796addfa2 148 0.08/1.00 vMB 15
327,485 327,485 000000000000000013a9d037586c6c95d9f2d8ab9bc629134822a6753bab8cfe 497 0.29/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.16 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: 653.42 GB
    • Received: 13.87 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.