Loading Tool

Explorer IconExplorer

Memory Pool

11,676 transactions
9.81 vMB
0.01922736 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.13/200 MB

Candidate Block

Mining Attempt bb2c6404bcc45bcba3da7ef2c51e5b80c5c3f80c5833ca3cee733cec04123237
Version 20000000
Previous Block 0000000000000000000093c78bfd86a2846b5fd7f958ebb021ded06fc64930cf
Merkle Root 88170d932579e79c8e76e0a122eed17793c0c2d0e900d57d313730983d9e4c46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,795
Size: 0.99788925 1.00 vMB
Total Fees: 0.00424935 BTC
Feerates: 100.53 > 0.43 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,791 (643,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
270,472 270,472 0000000000000002d67565a933c69b7087880ba534bab2f7a637bac236e18c4b 321 0.49/1.00 vMB 20
270,471 270,471 00000000000000045fbef9b7ceb85538bb6bc105727bca4af9a4cd8dd059a018 474 0.25/1.00 vMB 85
270,470 270,470 0000000000000003e93b5fcbb3cead83fba1929bbcfb6fa955c1b3a822f2aa48 772 0.50/1.00 vMB 63
270,469 270,469 00000000000000049323d2bb9819260f3bc8a0c15773837fe40ccaa0f72ff148 409 0.50/1.00 vMB 22
270,468 270,468 00000000000000048c8273256ecb41df7973ebdc91c63267555abd2eaf35a724 1,060 0.50/1.00 vMB 39
270,467 270,467 00000000000000045f8bac649c78fc352d27b6ae077f5420f31811d1af92c2ff 604 0.50/1.00 vMB 68
270,466 270,466 0000000000000003937b747e19392a9fb73d6141e668d55ea9feea25119d3fe6 191 0.10/1.00 vMB 44
270,465 270,465 0000000000000004723c2b4b7f933294a581ac6113bef569df308587a4d9b193 646 0.25/1.00 vMB 105
270,464 270,464 00000000000000019e8969724bcbdd46820d61fa3e70b95e58695eda95084729 966 0.50/1.00 vMB 52
270,463 270,463 000000000000000257d2b0b5b4bf612c0e2c4336e61d1b5bc142e82f69ca13c2 951 0.61/1.00 vMB 55
270,462 270,462 0000000000000001355107e30e74190b220f67a6e9bd1e9c5cb5ce121a85ac40 585 0.25/1.00 vMB 72
270,461 270,461 0000000000000005ddc640ee4a3fb749bfc20e86ea8f7f6cbc824be8dd2dc4fe 1,227 0.50/1.00 vMB 56
270,460 270,460 000000000000000025bc60b44631e6bd0517bce248b7562be699fa2b0dbeec36 4 0.00/1.00 vMB 20
270,459 270,459 00000000000000004b04891d77a0ac7e344e8d6ecb6b1e69ddcdae4e0fc3321b 749 0.25/1.00 vMB 70
270,458 270,458 0000000000000000c4acc19f651e2fd938e6055790135d1bc504d30fa0203c86 374 0.14/1.00 vMB 154
270,457 270,457 0000000000000001c52328cd9915e3d5467aaad2678ea799069bdbde833c701b 1,137 0.64/1.00 vMB 63
270,456 270,456 000000000000000250e041e41cdd96de9cd6dd154001cb02c9ddb24a13005ebf 59 0.15/1.00 vMB 14
270,455 270,455 0000000000000003ec44c57844b514bdda7d8034856c670d8183ebae26bc68fa 604 0.35/1.00 vMB 15
270,454 270,454 0000000000000002cff0aae402ebefb669595b8107d0feedb11937411e203f38 419 0.25/1.00 vMB 45
270,453 270,453 0000000000000003616293e57f7edabd8f0c86ade75cb6add81058764e8373a0 1,211 0.50/1.00 vMB 89
270,452 270,452 0000000000000003efdc3b7b9e4fb9a910ff8f2c5d9475a7d1a19fed8a14534d 129 0.17/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 780.25 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: 514.13 GB
    • Received: 4.29 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.