Loading Tool

Explorer IconExplorer

Memory Pool

77,124 transactions
29.02 vMB
0.08036605 BTC
Random Selection Loading Transactions
Max Size: 174.90/200 MB

Candidate Block

Mining Attempt 62a9ffd2e5e9f4baa41be14cce1d09af9d5e6f732379518710b99560ff627ff7
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root c0a6ef9110fbf9a64e4a9fdbaf71d6176da1e66b97b766e9f28a8a0ad7c41e52
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,949
Size: 1.00 vMB
Total Fees: 0.01982671 BTC
Feerates: 100.28 > 1.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (283,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,054 632,054 000000000000000000124d66a3e09201476a4d4fdd7c052165f7d8fbed6ba06f 2,405 1.00/1.00 vMB 101
632,053 632,053 00000000000000000001cb274699c409d42a5bfa7f04b54b341b789ba84520bb 2,630 1.00/1.00 vMB 111
632,052 632,052 00000000000000000001b3db6183d4d77e334242aa62e2ba8fb190501ba183f8 3,264 1.00/1.00 vMB 153
632,051 632,051 0000000000000000000f9db67f29d48e2877accedf23b402f3ccd32e461d8e1b 3,127 1.00/1.00 vMB 159
632,050 632,050 0000000000000000000a5c9e65b0685bea8a69d03eb9828be7f63f9b334635a3 2,424 1.00/1.00 vMB 115
632,049 632,049 000000000000000000116b98c7cc8e388b1a22f46746938ee2008709612b51be 2,207 1.00/1.00 vMB 116
632,048 632,048 000000000000000000098259a060f21d11f1b5af025c45bc790ef1d847279fdf 1,658 1.00/1.00 vMB 109
632,047 632,047 00000000000000000008efade100b0be6690c65d4eceac223090c6c0c9832d27 2,463 1.00/1.00 vMB 137
632,046 632,046 000000000000000000066cd587706ec15e97bc3e388066b577c514866eba4435 2,454 1.00/1.00 vMB 145
632,045 632,045 000000000000000000033a2d8542e58d0cdc15ad3fc45334d94f2dc0abb487b1 1,678 1.00/1.00 vMB 207
632,044 632,044 000000000000000000055bb2f904970249742912a595175f24c91399b0308195 2,379 1.00/1.00 vMB 94
632,043 632,043 0000000000000000000c8842f8a987ac7bc263ff9f8b0c16c227bfc835bd5678 2,474 1.00/1.00 vMB 89
632,042 632,042 0000000000000000000d163c2fbd47fce490c04b0d966e38d74679dccd2aae36 2,426 1.00/1.00 vMB 60
632,041 632,041 000000000000000000058f86ceaa5e2f9ca145c279c8bf4f859e839952efe4b4 2,353 1.00/1.00 vMB 114
632,040 632,040 000000000000000000128f95352df54cf077f871330446a8d37ec062c4951a8f 2,419 1.00/1.00 vMB 37
632,039 632,039 0000000000000000000fe75bdc6c43d3b89fa2898f06a2f764546035e479d184 2,456 1.00/1.00 vMB 54
632,038 632,038 00000000000000000009d476e60d3b84ef809c99861c503e537f8d4d6ef2bb2b 2,446 1.00/1.00 vMB 93
632,037 632,037 00000000000000000007ba84fd23cf09182c7934d6f3ee65872601b106f01641 2,820 1.00/1.00 vMB 117
632,036 632,036 000000000000000000115ff3bd4a5021f0867744b0710d731e31675ab2a922b8 2,272 1.00/1.00 vMB 27
632,035 632,035 0000000000000000000615a48c5821df760e0e016e5d6ff96162b8c9b8bcff23 2,741 1.00/1.00 vMB 68
632,034 632,034 0000000000000000000322dceef2b82217760e94b415500c5ced1ece35a1e6c9 2,249 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.68 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: 685.05 GB
    • Received: 16.48 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.