Loading Tool

Explorer IconExplorer

Memory Pool

27,337 transactions
12.10 vMB
0.03536976 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.17/200 MB

Candidate Block

Mining Attempt d5970d7c5ca9ae6c1f7377af1a9825e8ae5cdfa137fd5dd148993fd41ab29995
Version 20000000
Previous Block 00000000000000000000e1a691ee00fa1aa3ee6a480bd6f8fe0dacb171b82813
Merkle Root 0a2bfeab469de01af226cbcee63def9863128b90e141f70c3ab5a0ff61e44c0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,485
Size: 0.997939 1.00 vMB
Total Fees: 0.01508470 BTC
Feerates: 318.30 > 1.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,688 (665,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,403 248,403 000000000000004e455fc83fa19a021872232cf026a8014486f65c55a0f0a615 291 0.11/1.00 vMB 139
248,402 248,402 000000000000006aff50d77b075fedf851663b51c7cd56c6bb3c8467b83cbd4d 149 0.07/1.00 vMB 124
248,401 248,401 00000000000000832aacaa3f1e224f71451161c73fd753f1d9eefb957051d1eb 218 0.11/1.00 vMB 113
248,400 248,400 0000000000000031611a5ee7e9ea77c36d247f9171cf8ea8838cc6e44adc73b4 90 0.04/1.00 vMB 35
248,399 248,399 0000000000000055ecbfbbf775ed42b7e0349a5499c7afb3e012a86a9d845f59 844 0.36/1.00 vMB 144
248,398 248,398 0000000000000009190b7fd57ba86f3a4e919be118266994d5d02d9a6747a3cd 156 0.06/1.00 vMB 126
248,397 248,397 000000000000005e023237f7e04319f1ec2bddf46f57897e652e1e2a7479ace2 16 0.01/1.00 vMB 31
248,396 248,396 0000000000000044a0e94caa46e994f32f5793bf594b2986be1a3d08ceb044ea 462 0.20/1.00 vMB 120
248,395 248,395 0000000000000088db6285752c182dae4ce2f38e5d387c7880bb63cbba2b792c 196 0.08/1.00 vMB 142
248,394 248,394 000000000000006e312482364ffc008b8fabad506fefde343a1acfc1f64ae982 28 0.01/1.00 vMB 138
248,393 248,393 000000000000006de7e7d91c59bbcbd7578b09a81a2241192c8accd98d076f6e 97 0.05/1.00 vMB 105
248,392 248,392 0000000000000026765d25ff76ccae3cf429e148a51c0a6a70205c58ac32352a 404 0.16/1.00 vMB 103
248,391 248,391 0000000000000025fac00d6623c0814d175100f6964957391722f087befef72e 118 0.05/1.00 vMB 60
248,390 248,390 00000000000000355013a35718af087f934d84ab96ce38321957b0f7a1344e75 421 0.21/1.00 vMB 118
248,389 248,389 000000000000004081c42a886db26a79858cc6ab651c39aed13907d2da7b00b3 598 0.25/1.00 vMB 59
248,388 248,388 000000000000002fb144d3dd13af6a399e9938d87574568afd096ad29401b513 649 0.25/1.00 vMB 159
248,387 248,387 000000000000008265bc2c6994d6dcd2a009042bebe80fdd59c7b57bbd888306 422 0.25/1.00 vMB 122
248,386 248,386 000000000000007e1d6492e44a2723bcd4a24edaf32e94cac8d5406e0c654b35 256 0.13/1.00 vMB 91
248,385 248,385 00000000000000119596feb78b787dbac222e036d0c23c9f4671c9b0b1822da0 705 0.25/1.00 vMB 3,526
248,384 248,384 00000000000000755d48e4e2942b4215072f3741fb4022507a9b1d0205237725 50 0.03/1.00 vMB 15
248,383 248,383 000000000000004565120957af84906891950ae2eefcd84af9abf73ee6d2e91a 171 0.10/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 780.07 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: 490.09 GB
    • Received: 3.36 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.