Loading Tool

Explorer IconExplorer

Memory Pool

42,134 transactions
27.75 vMB
0.07743664 BTC
Random Selection Loading Transactions
Max Size: 143.32/200 MB

Candidate Block

Mining Attempt 469d6b815525d59b691164bcdd1464a328609835e357d59309cbb2cfcd57b319
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root a2a90f1511ababb17e4e1fee4be5668d4e701d562aa3fc76138be2f17c0ccb73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.02184565 BTC
Feerates: 180.63 > 2.19 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (337,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,461 577,461 000000000000000000012b58c03520196076dfa5e7e93e3c31c221d7b3a9ef75 3,070 1.00/1.00 vMB 166
577,460 577,460 0000000000000000001d0795fd89e8b8c58335681800c059bbfb5f05a5d08026 2,313 1.00/1.00 vMB 85
577,459 577,459 0000000000000000001e4ab6c46124a2444831668eb39a7e9dd911dd74ebc13f 2,451 1.00/1.00 vMB 36
577,458 577,458 0000000000000000001db90ee48dac66e959efdb5cdbb445a03049cc50e6ba61 2,260 1.00/1.00 vMB 42
577,457 577,457 0000000000000000002714d2c55498b9724c67ab6fe6799042f11628429bde08 2,716 1.00/1.00 vMB 79
577,456 577,456 00000000000000000028050a7b5a887c7d65f81ae9f116a11f73c09034dd0926 2,333 1.00/1.00 vMB 62
577,455 577,455 0000000000000000001294794989abcb14850281328809e7c05df0107f18c5ef 1,808 1.00/1.00 vMB 89
577,454 577,454 00000000000000000010d3467140fd06c214ee9facd4dd0dc9762ab6033d1b41 2,929 1.00/1.00 vMB 176
577,453 577,453 0000000000000000001a802018563724444944a85520abc3b4870ea9ec48a1a8 2,186 1.00/1.00 vMB 106
577,452 577,452 000000000000000000239d97f16e4113a4c61ced5c598bc98c28f4dc7295135b 2,750 1.00/1.00 vMB 137
577,451 577,451 00000000000000000013886cc5bfa15d88db56f024a66b92f4b10ecf46922ff5 2,744 1.00/1.00 vMB 150
577,450 577,450 0000000000000000001381b80d426e7cefcb7ce8ba451ca59dc0b493702a83e2 2,458 1.00/1.00 vMB 213
577,449 577,449 0000000000000000000c405ba5df5f5533359a4393247a0c52d26c458d4dd989 2,142 1.00/1.00 vMB 41
577,448 577,448 0000000000000000001f393138d21ea1903dbac8ac1b32c621d2b2679f878ad0 1,670 1.00/1.00 vMB 107
577,447 577,447 0000000000000000000591c4743f7a81ef72157c4ac822b0a0b227d5d361b642 2,877 1.00/1.00 vMB 143
577,446 577,446 0000000000000000001a8fdaed9da660377938f81431daed9a24520aadd8f45f 1,585 1.00/1.00 vMB 67
577,445 577,445 000000000000000000187a48ab64575b525491f9d10d63485c760bed91286ba2 2,049 1.00/1.00 vMB 100
577,444 577,444 00000000000000000027b2f5640322a104096c0c57ad1a8f12c628395c6a4205 965 1.00/1.00 vMB 78
577,443 577,443 0000000000000000001c122c9f5b8c2c99ea04b51973a7adb6140821a2f5f70a 2,788 1.00/1.00 vMB 78
577,442 577,442 0000000000000000001de3ac13f35deaca0d8a4d294e733cada5cd7d31bfbef8 3,405 1.00/1.00 vMB 147
577,441 577,441 00000000000000000023246a6f0c9c5418a6aead9d2cbb7b37232e3c7a02afe7 3,012 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.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.