Loading Tool

Explorer IconExplorer

Memory Pool

76,463 transactions
28.16 vMB
0.08505785 BTC
Random Selection Loading Transactions
Max Size: 171.54/200 MB

Candidate Block

Mining Attempt 1f2e2b94bbb25f132fa2240eda60931113e89c9021e9b9a1263441c10e9d117b
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root b74f9f827db2caa348834a4d3c78dd1907fc2440aa81cb93bcbd301ff690fbb7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,008
Size: 1.00 vMB
Total Fees: 0.02391225 BTC
Feerates: 150.93 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (203,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,741 711,741 00000000000000000001acb0ba260ab34c64d46134e2e5e3b84646c816b1b889 2,889 1.00/1.00 vMB 10
711,740 711,740 000000000000000000023e1bf5704512f09a99cc545995e03bbcf87e284b80c3 2,724 0.89/1.00 vMB 3
711,739 711,739 000000000000000000054c4e6c70bbe641f9d125541c871e4013e9776a7311f4 2,845 1.00/1.00 vMB 14
711,738 711,738 00000000000000000002eaec96db5d41f3d96cf7bd3c606d5e11705b0a08222d 68 0.02/1.00 vMB 9
711,737 711,737 00000000000000000000a30bf4abe1102564dcf7229942f083e99560000ff5bd 1,907 0.61/1.00 vMB 10
711,736 711,736 00000000000000000002a22570e3a4fafdbf1238fd51c12a42530148a8ff7da5 2,341 0.78/1.00 vMB 11
711,735 711,735 00000000000000000000bc01913c2e05a5d38d39a9df0c8ba4269abe9777f41f 2,236 0.77/1.00 vMB 5
711,734 711,734 0000000000000000000bd0c07e735f315719a348a0d39815fba722dce0245450 2,876 1.00/1.00 vMB 10
711,733 711,733 0000000000000000000b71725682b0abcf27cd9a2b997122af5ceb5ab33e4e2d 107 0.05/1.00 vMB 8
711,732 711,732 0000000000000000000a9eae909ebe2ee5aac830a2b3eff9652aead503126fa5 734 0.29/1.00 vMB 9
711,731 711,731 0000000000000000000bee325ea7b3ba04c24bd86334de07392f89ddbeddbbb8 2,008 0.57/1.00 vMB 4
711,730 711,730 000000000000000000078a8fe99dc9c198399d508bf97cdbb4903540b5839006 3,165 1.00/1.00 vMB 14
711,729 711,729 0000000000000000000b4d8a0b0f78d1c81dc91ec613e2c53a248ca5372337a8 809 0.29/1.00 vMB 8
711,728 711,728 00000000000000000006eca6a2a8da3256e5f4b9393069c52d8a925eb5d62a7f 578 0.17/1.00 vMB 8
711,727 711,727 000000000000000000017b54b9586f5a9b39dd581f83401dcb9efad6ee50b5fb 1,429 0.54/1.00 vMB 8
711,726 711,726 00000000000000000005aaf6edc0aa0b6ca4877e1cc48ca111fd0cfd547df121 435 0.17/1.00 vMB 7
711,725 711,725 00000000000000000003dd215d30f8d98f5508ffb52811be52145a315baa94a3 2,522 0.92/1.00 vMB 6
711,724 711,724 00000000000000000008cad63b577508b462d7c1ec71d343b7384ae8082984d3 2,264 1.00/1.00 vMB 4
711,723 711,723 00000000000000000004537ff521958eeda5d389d0f9a9ad1b0bed2d8139b85c 3,297 1.00/1.00 vMB 4
711,722 711,722 000000000000000000068d996466871e5aea51996e8e73dd2b91791b304d7c59 3,338 1.00/1.00 vMB 8
711,721 711,721 0000000000000000000637aba447710dc5c9aedcfce642cdd3c1d0a9c70f196a 2,392 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.44 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.