Loading Tool

Explorer IconExplorer

Memory Pool

27,911 transactions
12.53 vMB
0.04567330 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.98/200 MB

Candidate Block

Mining Attempt 5a090fb64878667420fafb66e660f79dc0f2325ba951fef9ba4bac372ffe2d74
Version 20000000
Previous Block 000000000000000000013a4c1a56173aa2834c4aeca141040f95eae60bef6c7a
Merkle Root 8bf1bea0510462286ab79331443f48e4a485baaac47ff7f0c3a4a57448b6130d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,317
Size: 1.00 vMB
Total Fees: 0.01556847 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,350 (840,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
72,509 72,509 000000000083dcf46018796a600bfd1fb1cfc1ec50abc403832df92c1b19a93d 1 0.00 vMB 0
72,508 72,508 00000000005919d9fdb23c4cd05051e2c788140ad4f462affbf80f2c10e33004 1 0.00 vMB 0
72,507 72,507 0000000000e4ddbe62ee337118b7160f32185f9a39758e8fef7648f7734e06f4 2 0.00 vMB 0
72,506 72,506 0000000000d1b10d8b53c842b475f838e0e4bbb1a4ef419298a7eaaf69a7efda 1 0.00 vMB 0
72,505 72,505 00000000000914b29d9863137d23ddf4c8720b8bdb92bd66c2f47dd87b1c97b3 4 0.00 vMB 0
72,504 72,504 0000000000d87a48ff07a257865c22d232f61e44dd72e8aafccf40db25d8d18b 1 0.00 vMB 0
72,503 72,503 0000000000e37c4795d3d47607fcf99cec417807cbef6b31f8ec7e01fe7ee7f2 12 0.00 vMB 0
72,502 72,502 00000000005316253c2f5f00307588984b9feea8f8e5c793614dc6371cfd07e1 10 0.00 vMB 0
72,501 72,501 00000000002713a87683020f0451fb50cc9e3497e3bf32690e9221e2fcced75c 17 0.00 vMB 0
72,500 72,500 0000000000f66e1534339959a6f7c9ad1aab16c4ca7ce8ab4277b71770630899 21 0.01 vMB 0
72,499 72,499 000000000081fb034968ae09647f78a30678712dada458438b420a0845c0fcba 1 0.00 vMB 0
72,498 72,498 0000000000ebae06c57d1f790e7d4fc89d1d5e886623c37c64d0c6f36c302e9a 7 0.00 vMB 0
72,497 72,497 0000000000e6ffd035a34c17428a4f7dafb4a096bdaf7f6f577a6897072886a2 2 0.00 vMB 0
72,496 72,496 00000000009abb5a8924cad31a4e87de89faadb2bbc21a559dc657069515e2b2 3 0.00 vMB 0
72,495 72,495 00000000004f0b2e8ca942f9bcc738353b8a22de85a4e2054e3dfac31b9e72c7 5 0.00 vMB 0
72,494 72,494 0000000000bf230b44496143d7aecda544cae9eb253eb410d9348db29ddb7894 42 0.01 vMB 0
72,493 72,493 00000000009046db11e4f847d4570f55e4da778a05fd8a70bbc4944803faddfb 1 0.00 vMB 0
72,492 72,492 0000000000b6d2bf3d0f0c6145c12d835d045eb399489d4a74ccecdca79b7a19 1 0.00 vMB 0
72,491 72,491 0000000000da7a2e134ac1aa4a597255479fdd6ef4a6119c1395b1f15e0afae4 1 0.00 vMB 0
72,490 72,490 0000000000c078d63622bd1e0a4fdce918b88326fad2f28db5c8c6880d516b6d 2 0.00 vMB 0
72,489 72,489 0000000000b4de6d26cddc1c29d241b355f7707df90673e343868a6a566f4732 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 90
    • Outgoing: 10
  • Data Transfer:
    • Sent: 159.63 GB
    • Received: 0.65 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.