Loading Tool

Explorer IconExplorer

Memory Pool

81,916 transactions
30.46 vMB
0.13153009 BTC
Random Selection Loading Transactions
Max Size: 183.31/200 MB

Candidate Block

Mining Attempt 6979ee3188ad855267365cf188b668e928d2b1be89c6f0bd004b26e04e565f49
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root ecebf1d3fbbb638364cd6b6a2ecae10de3f562b91761bc041f77657112d9a6c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,367
Size: 1.00 vMB
Total Fees: 0.05130996 BTC
Feerates: 302.06 > 5.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (514,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,656 400,656 00000000000000000389f1df5dc580888459644bd8a6270cfb890ffcc5ff202a 1,511 1.00/1.00 vMB 32
400,655 400,655 000000000000000005183565156b4ca2259fcd36f76e080d622f781767187d79 2,694 0.99/1.00 vMB 63
400,654 400,654 000000000000000005c1cf8ffd717452a30a5a0c14ab4734ed1417544f5dd661 2,294 0.95/1.00 vMB 47
400,653 400,653 000000000000000001344cedcba1be86ae51c089090980feb8eeee8cfdca30ff 2,598 0.99/1.00 vMB 56
400,652 400,652 00000000000000000302cd68de1beb44c664ca2ef6736b7f94b69965d7c796f2 2,553 1.00/1.00 vMB 38
400,651 400,651 000000000000000005f0a462a1267984d9ec5e6f059e1bced3044f8f617ec0e4 2,556 0.99/1.00 vMB 63
400,650 400,650 00000000000000000648b53f874b13bd5d0e213887110ba762eb0a520998f8a7 2,798 1.00/1.00 vMB 35
400,649 400,649 000000000000000001f20f7ee3d928cc7eed1af2c6448c61044dc3db1f24234d 2,650 1.00/1.00 vMB 36
400,648 400,648 000000000000000003ba7e50e7364d21b310cc4b13a87f8012be8842539b4340 1,897 0.93/1.00 vMB 33
400,647 400,647 000000000000000002702dbc6513845b6c4ad9a798e7a2eccab2c1db1fe963a8 2,225 1.00/1.00 vMB 42
400,646 400,646 0000000000000000049f1b9f0fdd553ac5308d4139eced70947f60fcb4c7b4a3 3,285 1.00/1.00 vMB 51
400,645 400,645 000000000000000002a596d58ca09083bc6054a66825fef3d07e88217b8790f3 2,188 1.00/1.00 vMB 71
400,644 400,644 000000000000000003b37f537e468077d1576699c6233f51656b76d0704bab91 2,130 0.93/1.00 vMB 89
400,643 400,643 000000000000000002f0dae654f1aac306f3072de73143cb1a6360ba5aa9f957 2,407 0.93/1.00 vMB 72
400,642 400,642 000000000000000002064bd5ea5957aa56d90a0e28c50c53cdbb236567aff7c4 2,730 0.93/1.00 vMB 41
400,641 400,641 000000000000000004fa4a144f92ced689e0a4b3d6f5468ce0be849e4bb5a30c 2,798 0.99/1.00 vMB 62
400,640 400,640 0000000000000000045ff2fee81a40b7e8dddc631acf870e2be51c43fc5b76d8 3,022 1.00/1.00 vMB 68
400,639 400,639 000000000000000004066c7fc468161137716d9028d0d335ae5587f033c5763a 2,835 0.99/1.00 vMB 46
400,638 400,638 000000000000000006a7291abd476b35198e2cb53b2eaa1d052ef3142cfe30be 3,135 0.93/1.00 vMB 51
400,637 400,637 00000000000000000447f23a711d9b440c56698364d992ecdce690ab37ad66ed 2,159 0.93/1.00 vMB 79
400,636 400,636 0000000000000000015d9bfe22a01aea12558bbf2249f2c4854fd3cf922a90ef 1,612 0.93/1.00 vMB 29
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.