Loading Tool

Explorer IconExplorer

Memory Pool

83,592 transactions
31.19 vMB
0.09082465 BTC
Random Selection Loading Transactions
Max Size: 190.73/200 MB

Candidate Block

Mining Attempt ed87250462d8b9f9fe5fbf9f224ae2cf3fe79fcc1d5741e7a8501db51eb266bd
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 3426f496c27bbb68908aa1f9220d5f827cea1a2a3ffcc9f680e296f3c6d03466
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,834
Size: 1.00 vMB
Total Fees: 0.02021401 BTC
Feerates: 299.43 > 2.03 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (501,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,346 413,346 00000000000000000351720d096c5d63616de176a485446b5dba0eae06504d7e 2,128 0.99/1.00 vMB 45
413,345 413,345 000000000000000000ba7110e602d8b18efce30cea8a98ead6fb4993778552a0 937 0.99/1.00 vMB 61
413,344 413,344 000000000000000000b16840812d957862e2c9eb67e8ef5f745a298d2745ef74 1,709 1.00/1.00 vMB 42
413,343 413,343 0000000000000000029e484b84b5cab0cb013922280c3d627a87b7ef29293783 1,399 1.00/1.00 vMB 34
413,342 413,342 000000000000000001a003d24a7bae01392d8d4ba03ffc0a2af969e7b09cbb7f 1,576 1.00/1.00 vMB 28
413,341 413,341 000000000000000003d9064597446b03214ad26657543d74350f1810e555bd2e 1,882 1.00/1.00 vMB 30
413,340 413,340 000000000000000002014d23d45e54ff9a62b385f640dd8331f1f98a9495378b 3,003 1.00/1.00 vMB 54
413,339 413,339 0000000000000000050f19299c5cde4c2af5fa1602d8490079092d3d7e52f65d 3,067 1.00/1.00 vMB 65
413,338 413,338 0000000000000000002f5390fa086437dadaf8fc1d1fc9a741fd811577f8e196 2,568 1.00/1.00 vMB 88
413,337 413,337 000000000000000002b1c4de0e7602bd7cf2deacd71fe89b5b83942030354b6d 1,053 0.99/1.00 vMB 27
413,336 413,336 000000000000000000eaba42996f4b32ab4a24fd664103699f4f0ed6d2c3163b 2,171 0.99/1.00 vMB 40
413,335 413,335 000000000000000002e303d1d10f8783346f3b3353861be845038c3d3bff3d81 2,488 1.00/1.00 vMB 57
413,334 413,334 0000000000000000009ce56832951390560bcb09c0d1d0ef59071557f52c24dd 2,748 1.00/1.00 vMB 73
413,333 413,333 000000000000000000e006f44724e29a891f4d2f25bd76f8a1488a09b38fc04d 1,440 1.00/1.00 vMB 31
413,332 413,332 000000000000000004d0755420e1582b41e957ce319460a033be655e5811cb50 1,635 1.00/1.00 vMB 36
413,331 413,331 000000000000000002211f69f0b05fd770bef7eb7ef1cf0c9275af02e6d8f32e 2,169 0.99/1.00 vMB 52
413,330 413,330 00000000000000000072c6bab171f879b40eb6abdf3a1ebbd1010c7994b49633 1,757 1.00/1.00 vMB 25
413,329 413,329 0000000000000000047b8caa5ea34502dfd44341501e6ae6459cd5f462046be6 2,156 1.00/1.00 vMB 49
413,328 413,328 0000000000000000033c527c7a638dc9108b48739cba43a0c929d39b6b26f52e 1,769 0.99/1.00 vMB 30
413,327 413,327 00000000000000000264a0fcad9fc76c0c974a402cd4ca87f692756c55e072fb 2,021 1.00/1.00 vMB 48
413,326 413,326 0000000000000000031e8710b94810183d0779efcf79b105df67c740174c2c17 2,554 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.99 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: 717.35 GB
    • Received: 17.85 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.