Loading Tool

Explorer IconExplorer

Memory Pool

43,115 transactions
26.89 vMB
0.05374420 BTC
Random Selection Loading Transactions
Max Size: 141.69/200 MB

Candidate Block

Mining Attempt 2511c7cec4a7aaae1b6175a7944668f574209840301ba5084556d9964e8b2a92
Version 20000000
Previous Block 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb
Merkle Root 2cf7618f9a7906a37bf5467ac8ac01020e3e2786d440157cabf03b4ebc36e536
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,391
Size: 1.00 vMB
Total Fees: 0.00390437 BTC
Feerates: 21.20 > 0.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,914 (237,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,418 677,418 000000000000000000032f651521d863da0a0cd9d7e9c902c0a0ef776b041ef6 1,895 1.00/1.00 vMB 53
677,417 677,417 00000000000000000000d0c0fc5e110c5a67334213bd31ff95f65e2962597c87 1,178 1.00/1.00 vMB 81
677,416 677,416 000000000000000000031a0e954a63d9e45dd8744657d6b71956cebe1bdfc43c 1,576 1.00/1.00 vMB 23
677,415 677,415 0000000000000000000a873a4ace7db90de910c6ab499465844245bd2e8dcb38 1,593 1.00/1.00 vMB 45
677,414 677,414 0000000000000000000004d9a7268454dec60f94af663a753928fa441ac3f142 2,344 1.00/1.00 vMB 56
677,413 677,413 0000000000000000000654dad23a14616b4e0a9e6fdda8ad809f24f7b94274c3 3,135 1.00/1.00 vMB 37
677,412 677,412 00000000000000000005c1e0b02872d9e9c6190e4d3d90bf972991d9806c5f45 3,825 1.00/1.00 vMB 40
677,411 677,411 0000000000000000000ae5d6d7831deb62f67802d074b127f4d2f39418a06204 1,993 1.00/1.00 vMB 56
677,410 677,410 0000000000000000000ab6b6f23db9abbc0184319f479335b96978f2a92ac5c2 2,685 1.00/1.00 vMB 54
677,409 677,409 0000000000000000000488e1ade0eaaed733710e204ab2c8945a157e1150a6cb 3,192 1.00/1.00 vMB 30
677,408 677,408 00000000000000000002659f44aeafd7724c022713076f74be52fefe0af125e0 2,552 1.00/1.00 vMB 48
677,407 677,407 00000000000000000007283237eee1d0448201792a0499aba29ccf11b78a5bdb 1,310 1.00/1.00 vMB 26
677,406 677,406 00000000000000000005949b85acfe7e1bba45350d539217b41b667b406fa03c 2,396 1.00/1.00 vMB 40
677,405 677,405 0000000000000000000b9e1f30d483204c2915d1abe5443ff6d5df1b1dbb2ab1 2,742 1.00/1.00 vMB 24
677,404 677,404 0000000000000000000a9917b8972981e90f923ef9aa6bfbd7694a8b93fcc927 2,314 1.00/1.00 vMB 69
677,403 677,403 0000000000000000000b3e5db2bec9c1ee4a7eac99de66e315b043595eeb22f0 1,763 1.00/1.00 vMB 48
677,402 677,402 00000000000000000004a1804efc8fb8702fc61d879608e73d84aa8ce0bdf501 1,071 1.00/1.00 vMB 76
677,401 677,401 0000000000000000000b6f81623e0bf3cf7163041988bab060520833db7ac1fb 2,497 1.00/1.00 vMB 92
677,400 677,400 00000000000000000002bc7cce7663c389841b4289d0fc3b77b123c22c517c60 2,410 1.00/1.00 vMB 35
677,399 677,399 000000000000000000039ef06a11a47a70ded69714be0d9c61325401f049f787 1,895 1.00/1.00 vMB 31
677,398 677,398 00000000000000000005404f3c428d3a16094e507d1e18060fda26006e21e204 1,933 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.25 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.