Loading Tool

Explorer IconExplorer

Memory Pool

82,191 transactions
31.09 vMB
0.12017874 BTC
Random Selection Loading Transactions
Max Size: 186.05/200 MB

Candidate Block

Mining Attempt 77b635a1ce4a6b88ff216f3bf7071e4b02bb92809cd8211d1d03cc26f0236202
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 1c912bd10e2d525311893329b7f2974a789d7eeb572352d57f872bf3f8ab48de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.03549374 BTC
Feerates: 101.42 > 3.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (363,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,587 551,587 0000000000000000002a2d2fdfd8d216c8d81693c5560298c8ace83ea53a8ec8 2,898 1.00/1.00 vMB 32
551,586 551,586 00000000000000000017f4ba0d2b30faac95ef09bd937092b1e28358bcf1c78b 2,587 1.00/1.00 vMB 38
551,585 551,585 00000000000000000003eb6075e7ec73d244d9119479ab9b095ea5df1b726a53 2,988 1.00/1.00 vMB 45
551,584 551,584 0000000000000000000317f8d56654b05ad57a4268411b17d11425202a2b8d8b 2,143 1.00/1.00 vMB 42
551,583 551,583 000000000000000000002175efda60588ce98d2fb80c916c989f1d5197b2b03e 1,612 1.00/1.00 vMB 54
551,582 551,582 000000000000000000152625b74a2139cc746e036e2c69f78f0255e28a5f5d98 2,618 1.00/1.00 vMB 58
551,581 551,581 000000000000000000288a17811963f6784472e5bc5d2226f1454f2bea04c7dd 1,937 1.00/1.00 vMB 53
551,580 551,580 00000000000000000023bd595cd2f67dfddc3993a4b9f26ef7050e4d61f7b6b8 1,430 1.00/1.00 vMB 47
551,579 551,579 000000000000000000089dd75f9eebc738d7e31304acbd2da7ec439fb561665b 2,349 1.00/1.00 vMB 62
551,578 551,578 0000000000000000000a6b50c78c2da29184df2849bf46692eac57de234fe283 2,668 1.00/1.00 vMB 100
551,577 551,577 000000000000000000190689a71b15c2f28c0c6fa25ba18d21358034435a28bb 1,656 1.00/1.00 vMB 41
551,576 551,576 00000000000000000020e8ced310b1ed57dc9e276c6db5022d2d5566c75797af 2,654 1.00/1.00 vMB 41
551,575 551,575 0000000000000000001c57151c08fc31dd11e48c17d49629e95c9595198cd83e 1,151 1.00/1.00 vMB 58
551,574 551,574 00000000000000000015971ff4603d3388746ec6e8784df49740cbba38291c3d 1,251 1.00/1.00 vMB 56
551,573 551,573 00000000000000000012f6bb348197ef4fc62809d831fe2d657e717e7381594a 1,140 1.00/1.00 vMB 72
551,572 551,572 000000000000000000252f2028a38411387b7e2655b8767b6bc6244c2ee64253 1,433 1.00/1.00 vMB 15
551,571 551,571 0000000000000000001692131b0c79af8a2f7013d1b12f8b37146f1ca1347421 2,538 1.00/1.00 vMB 9
551,570 551,570 0000000000000000001487b7d18857ba974b9f979d24e9ae633f21ddefc40daa 2,714 1.00/1.00 vMB 17
551,569 551,569 0000000000000000001c8afdf19350c686bc19b80299f49fbb433a4b0af48e35 2,563 1.00/1.00 vMB 47
551,568 551,568 00000000000000000005b23114ebdda65ecd07d35a2b47f62e1b3eb53b893ef4 1,230 0.51/1.00 vMB 35
551,567 551,567 0000000000000000001dcbe1409dfd42f72a531d6069e45af309198a165a0479 2,593 1.00/1.00 vMB 19
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.95 GB
    • Received: 16.33 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.