Loading Tool

Explorer IconExplorer

Memory Pool

82,104 transactions
30.53 vMB
0.13478111 BTC
Random Selection Loading Transactions
Max Size: 183.69/200 MB

Candidate Block

Mining Attempt ff47711c509f5d171be7daa706996a2e17f3be99f81dc1ecbec49a6e03bf5228
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 31494ff6be05736ec6f76918d5a9b78ad87a721a2a99ca889b5b0958658642d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,088
Size: 1.00 vMB
Total Fees: 0.05259542 BTC
Feerates: 302.06 > 5.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (432,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,585 482,585 000000000000000000034d9c7fff26d2af3ef594027f8729defd7c3ecc6774c5 482 1.00/1.00 vMB 49
482,584 482,584 0000000000000000011ebd77e51c13023b57877a9fb359411d805ea0b301c0d0 1,996 0.99/1.00 vMB 232
482,583 482,583 000000000000000001086c9f26a1cf6b3c31df0bf8f7a6db29e71bffa844cb8d 1,965 1.00/1.00 vMB 392
482,582 482,582 000000000000000000bee01577bb1cdcb4e0033a7a73f724fc80684d1ab6c3f6 1,183 1.00/1.00 vMB 193
482,581 482,581 00000000000000000129a251007281a1f6a94c0c566ddaaedaee249062bdb5c6 1,659 1.00/1.00 vMB 113
482,580 482,580 00000000000000000133d13be0d474473502fc32c24c6b0f3ec4a8acc13338c2 1,771 1.00/1.00 vMB 420
482,579 482,579 000000000000000000e6ed80b5ee2e351516055fdc982d964bede6301767b4a0 439 1.00/1.00 vMB 54
482,578 482,578 000000000000000000764cfe5b2bb3c9239053edecbf2c0021335140713c86ef 601 1.00/1.00 vMB 84
482,577 482,577 000000000000000000d2d013f8ef059273ff2e39be8391be31773d87e1647804 1,380 1.00/1.00 vMB 194
482,576 482,576 00000000000000000101dc861033a7e6417cb0d0dc075be3295f1960bf182481 81 1.00/1.00 vMB 11
482,575 482,575 000000000000000000f9a5ccdcc1aac0fb59185907c9b69d376ae049f01f0537 1,693 1.00/1.00 vMB 256
482,574 482,574 0000000000000000011baf0ec29017dc84e630267a26915697168b14a058cb54 330 1.00/1.00 vMB 49
482,573 482,573 0000000000000000005139aaed6479ccef41b8203c2a74624952af368b1f2581 533 1.00/1.00 vMB 79
482,572 482,572 000000000000000000898c91da82b58e27a1af1d8e0f36ca357bdc9281fffd33 1,315 1.00/1.00 vMB 101
482,571 482,571 000000000000000000dc71dadf54a527875f373de0ff1e7baa4d5376de5f285a 2,149 1.00/1.00 vMB 389
482,570 482,570 00000000000000000138024ced8508e9b1d312a8481c533aa75061d5aa3a79c3 2,137 1.00/1.00 vMB 173
482,569 482,569 0000000000000000003f7159ab283b620d4e3034f39a07616e9761a9e51c8d77 1,985 1.00/1.00 vMB 383
482,568 482,568 000000000000000000f65234505d63dfa4b3bb10c6e1a1b1015a9c92830278b7 1,672 1.00/1.00 vMB 261
482,567 482,567 0000000000000000005877b0ecf6bca3d8a76374e3e194c386b168c27cd635ae 1,867 1.00/1.00 vMB 456
482,566 482,566 0000000000000000007879f8f7b7ac87beb7db48e5ea2db0137825b387cae24b 1,536 1.00/1.00 vMB 151
482,565 482,565 00000000000000000094cfaec5dc8b05f8d25dbce268bf927bbf9982f92c5eb9 1,917 1.00/1.00 vMB 417
Previous 10 blocks ↓
Total Size: 782.62 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.01 GB
    • Received: 16.11 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.