Loading Tool

Explorer IconExplorer

Memory Pool

84,058 transactions
31.42 vMB
0.17514758 BTC
Random Selection Loading Transactions
Max Size: 188.04/200 MB

Candidate Block

Mining Attempt 5cd6682a49cf0ecc0a8b9f6f5747f2b19d674d32554483f271a07808ce253073
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 48d63a7eee7318f7fa87eacb42d745251d0b1c3550b15b0dc8bc171f18711370
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.07576713 BTC
Feerates: 401.42 > 7.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (325,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,507 589,507 0000000000000000000b4c788595dcd5e9f5baa7d39b9deeb998b0844c293fb3 2,601 0.97/1.00 vMB 23
589,506 589,506 000000000000000000033490627b56298003a0b559b2c7d565e7104c871c05d5 3,070 1.00/1.00 vMB 37
589,505 589,505 00000000000000000013914ef496bdf51e00672ed2c2f55858622ea6247e0c02 2,987 1.00/1.00 vMB 44
589,504 589,504 0000000000000000000d4fa2d5e0dd94fc9f7d46383a1613b4c1fba1810e09e5 52 0.02/1.00 vMB 39
589,503 589,503 0000000000000000001905d59097ec765370fa6f3c427484269c1b40568ec21a 1,714 0.52/1.00 vMB 29
589,502 589,502 00000000000000000014653003f769de8309d32f52aac1e295906df442dc711c 1,273 0.42/1.00 vMB 35
589,501 589,501 00000000000000000000aa11c900c563204d714c4824ec5f96b98c587d3f307a 2,772 0.91/1.00 vMB 30
589,500 589,500 000000000000000000174c2b7dd1b582d0818917aa596313d93ce8bf9993b4a6 535 0.25/1.00 vMB 30
589,499 589,499 0000000000000000001488df0c4aa859b9e38ca024be7e22dbafa6532ab94bfb 41 0.02/1.00 vMB 50
589,498 589,498 0000000000000000000209154f009c0cbee0911b92b7cd1beee9eba3b7a77143 1,114 0.45/1.00 vMB 32
589,497 589,497 0000000000000000000133206069e72eee1cabfe7e275fec082834b610a084b8 692 0.27/1.00 vMB 10
589,496 589,496 000000000000000000182e5f3651d3fc82b77e5b6f26b3cfa1e591dae776dc05 3,070 1.00/1.00 vMB 33
589,495 589,495 0000000000000000000fa3c795466e28011954c27c461ea84b56792a21c2a128 2,842 1.00/1.00 vMB 9
589,494 589,494 00000000000000000010d5af236d5494cc35d51ad028d8b9466af3c85aa8c327 3,241 1.00/1.00 vMB 61
589,493 589,493 0000000000000000000df31b9e12555c3598a3f2ead924fbcb6e576665044c7d 2,708 1.00/1.00 vMB 59
589,492 589,492 0000000000000000001564e89d2f781c4ff3513e0f5d85998dcf76959ccec5b3 1,874 0.98/1.00 vMB 17
589,491 589,491 000000000000000000169967fe7c3079b21d41176070067de06557dd07f9a295 1,347 1.00/1.00 vMB 14
589,490 589,490 0000000000000000001524041a387f67843111bd2ba95c38a12ba9d87837b89d 306 1.00/1.00 vMB 4
589,489 589,489 00000000000000000019e7f27e3f1e17d55135b41d3868e3fe0716c3a0de988a 1,949 1.00/1.00 vMB 33
589,488 589,488 00000000000000000016a6727bd6248dd1b7ac9e3de883bf51fc2d3a6a055cf0 1,541 1.00/1.00 vMB 9
589,487 589,487 000000000000000000044521feb95e89703df757e5e26811ae9aae2eae047cdf 2,616 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.65 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: 672.68 GB
    • Received: 16.30 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.