Loading Tool

Explorer IconExplorer

Memory Pool

84,035 transactions
31.51 vMB
0.13135032 BTC
Random Selection Loading Transactions
Max Size: 188.95/200 MB

Candidate Block

Mining Attempt 76cabade9fc5a0ab7db761ec02ddea2571a47c431f6b126bddb1f68b41893be2
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 85f9386fa471f97188807df0e7165d05af505736ffe32591c586a58ada6b3e33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,138
Size: 1.00 vMB
Total Fees: 0.05248330 BTC
Feerates: 163.06 > 5.26 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (286,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,447 628,447 00000000000000000008745f53821ad929d3b6d46a31ef728f635b00aa7181a5 2,587 1.00/1.00 vMB 84
628,446 628,446 00000000000000000001811ca9ff5190b381f671a79ecb10791f559aea3ec1e4 2,502 1.00/1.00 vMB 114
628,445 628,445 000000000000000000102b6f3501b0cda3e81637e5a94761608357360b717891 2,583 1.00/1.00 vMB 49
628,444 628,444 00000000000000000004228724eea6f6732ce3b2ac06c3fce5d1299ec9e29f60 2,827 1.00/1.00 vMB 63
628,443 628,443 000000000000000000056d1dfdc155382b8417acbf4abbee58e5caa072e77e6f 2,957 1.00/1.00 vMB 86
628,442 628,442 00000000000000000005b7e6e4e62eb9723f8a5e5e0a264c108aa0442f3f3e51 2,530 1.00/1.00 vMB 88
628,441 628,441 0000000000000000000428dfd443fc7ffd0a3a597590e1b340a4c763d833dff6 2,756 1.00/1.00 vMB 121
628,440 628,440 000000000000000000026aa6e3c02f3e4901b5b52e83708499262df990706182 2,680 1.00/1.00 vMB 115
628,439 628,439 00000000000000000008ec8076611ae54431b1cdfea7e2cea45c67ee71413a49 2,625 1.00/1.00 vMB 66
628,438 628,438 00000000000000000006dddfcfefd33c67fe5ff95aea843742c065c03d75e9e3 3,145 1.00/1.00 vMB 105
628,437 628,437 0000000000000000000eb34b397e38b19933873f65d1092f9f1df07224ce7579 2,602 1.00/1.00 vMB 114
628,436 628,436 0000000000000000000e7bc8ef3d07a71f04b68fd30020829e42abd90b62b8fd 2,882 1.00/1.00 vMB 122
628,435 628,435 0000000000000000000cda45fe85a47bcc009c210d1595df60d101d5697921ff 2,465 1.00/1.00 vMB 74
628,434 628,434 00000000000000000001d594dcfe919bbbb80f84ac7c3e418b5f8e7688710170 2,650 1.00/1.00 vMB 95
628,433 628,433 00000000000000000009ac3f50798a7686d6d6b33920ae5c06e58d19ba34842b 2,487 1.00/1.00 vMB 100
628,432 628,432 000000000000000000081a06f218179fa20675fe7b4d6bba20c06bed2a999366 1,989 1.00/1.00 vMB 95
628,431 628,431 0000000000000000000888a060e674539329742c5f32b680a40132c50e00824e 2,956 1.00/1.00 vMB 124
628,430 628,430 000000000000000000061cd5afc6b6bce364cbc63b92b3ac2f9a3cd57037bf64 2,267 1.00/1.00 vMB 87
628,429 628,429 0000000000000000000c06ee246c25ad91df848882f4430ad5c9e65b0e30dfa6 3,085 1.00/1.00 vMB 124
628,428 628,428 00000000000000000008c8fa0d79f31b44e6df494d20da165bf0f0b291e13d9a 1 0.00/1.00 vMB 0
628,427 628,427 00000000000000000007a4504c9d9aa57510a66ae0c995da60cfbf7cee451d84 2,286 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.69 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: 697.25 GB
    • Received: 16.52 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.