Loading Tool

Explorer IconExplorer

Memory Pool

83,037 transactions
31.39 vMB
0.10783775 BTC
Random Selection Loading Transactions
Max Size: 190.91/200 MB

Candidate Block

Mining Attempt 39176c784d6f03ccc9affb2240b48317e58839cb0b4358102a386d6663072ba0
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 18948ca2a2d7a2908d16bbfe15b18ca0972ba7be959a83d84fa788aea4459675
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,982
Size: 1.00 vMB
Total Fees: 0.03046786 BTC
Feerates: 151.12 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (442,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,011 473,011 000000000000000000e133e5c8b6a0e4cd46ab3f26596faad9ddddc28bf4abe8 1,584 1.00/1.00 vMB 303
473,010 473,010 000000000000000000fca77d2ffa147effc59e0003d263f17b6e0860fb87ce04 2,424 1.00/1.00 vMB 382
473,009 473,009 000000000000000000acebcc4a52a94962376ba33f4c50f98fe6170fa8c44f66 2,136 1.00/1.00 vMB 374
473,008 473,008 0000000000000000003c05c889d6cb3f76fb097acd6e062e5c3dcd0b80e2533f 2,579 1.00/1.00 vMB 424
473,007 473,007 0000000000000000010c539af0834f875e29f34caa5851beb34f0d1ef9f17b2d 2,448 1.00/1.00 vMB 351
473,006 473,006 0000000000000000000c9c74a00604ac7e640cd2756f57ad2200f6bbde17f18f 2,649 1.00/1.00 vMB 428
473,005 473,005 0000000000000000005b487836527188729a3a37d1b89efe8c5c4f9f4f867634 2,465 1.00/1.00 vMB 402
473,004 473,004 0000000000000000011a16817050e4db8262afc88a3f7c92378a91500c8825f8 2,661 1.00/1.00 vMB 459
473,003 473,003 000000000000000001135f1af453d6cb0a30ed3e8cb5bfcb97a87e8bb0875772 2,294 1.00/1.00 vMB 232
473,002 473,002 000000000000000000acc05f9ad390197f37618f235e0bcbb40d9803df047059 2,175 1.00/1.00 vMB 292
473,001 473,001 00000000000000000104b7ad2d82383f5bad4b7b8a5dfd7ae5ad239e57db72d1 2,483 1.00/1.00 vMB 368
473,000 473,000 000000000000000001781a0ad389c8e5bdd78e7ce97e2f751b636e7e5d739e10 2,388 0.99/1.00 vMB 346
472,999 472,999 0000000000000000001b8fbd4104fb5a0df96821991c6b9630b01073eaa894af 2,443 1.00/1.00 vMB 394
472,998 472,998 00000000000000000032244294c943806fa28fefb0d9fbb9fcf59eb59cba1c70 2,011 1.00/1.00 vMB 398
472,997 472,997 00000000000000000014b47b0084508e99e0438922c9779654561d6d4ddacf78 1,604 1.00/1.00 vMB 67
472,996 472,996 00000000000000000034dd7b3ebbd8e61f5e54e3c33b29f77d6352a661d44ef7 2,345 1.00/1.00 vMB 218
472,995 472,995 000000000000000000853f52d7f301a1772965124c8643cbf89ab329c77dc703 2,202 1.00/1.00 vMB 120
472,994 472,994 00000000000000000067da3f66731362369e898d142d52fb558073cf66271404 1,347 1.00/1.00 vMB 88
472,993 472,993 000000000000000000f9ca8e05c81c80b752aa9b0c02fc964d189e9fe1e93ddd 2,088 1.00/1.00 vMB 257
472,992 472,992 00000000000000000025933c671e043a05fd3c822fb995c511397efdb7ea599b 2,185 1.00/1.00 vMB 327
472,991 472,991 000000000000000000abf240babd8a5ece884999150178d44561e7326f12cdeb 2,533 1.00/1.00 vMB 375
Previous 10 blocks ↓
Total Size: 783.06 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: 720.68 GB
    • Received: 18.24 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.