Loading Tool

Explorer IconExplorer

Memory Pool

82,934 transactions
32.56 vMB
0.09898129 BTC
Random Selection Loading Transactions
Max Size: 195.30/200 MB

Candidate Block

Mining Attempt 15953cdc9d346c5a7af8fa8bb4f6605554a91d4363b167494256a36f1da3e3ae
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root cc8d2a15b5af51691d2b6fc7f7f92fefade75bcea410a63801b27b71bb7653a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,016
Size: 1.00 vMB
Total Fees: 0.02369724 BTC
Feerates: 265.25 > 2.37 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (678,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
236,877 236,877 00000000000000bb8439d53b306a374441eec0eedc8e24bd140fcfb72f93ac17 230 0.10/1.00 vMB 195
236,876 236,876 000000000000015dc873cd858546528b93e24ac77a9de6c96a04a67db6b91d8e 265 0.11/1.00 vMB 192
236,875 236,875 000000000000007c7c59dee28373d167170788cb2c4c6c1f14b7933efeb86120 173 0.09/1.00 vMB 163
236,874 236,874 0000000000000012427c8aa8b55b6542a6d9e25bc799911202a3b058f6a8bda8 401 0.18/1.00 vMB 207
236,873 236,873 0000000000000137c24874a1759247541f7147ee449e81dbf37d1e7d34342d54 474 0.22/1.00 vMB 165
236,872 236,872 0000000000000010210eb392aae09a546f6a6abbf7c8d54424a9c78c3755388d 356 0.16/1.00 vMB 174
236,871 236,871 00000000000000ce10c2c9b728b55492b5e3b5172fafdaf2722525f913d1d99b 316 0.12/1.00 vMB 188
236,870 236,870 00000000000000c66979fc7cc41c733fe94a5c66391d328e3e50bb47fb66c897 343 0.15/1.00 vMB 177
236,869 236,869 00000000000000df7e404b2c2dadecb2b740eee89f2dac027e65b4ecab23bda1 51 0.02/1.00 vMB 182
236,868 236,868 00000000000000f411355e7c2a8dc884aa126d0b2735d103e6fda6913f9d56c9 47 0.05/1.00 vMB 39
236,867 236,867 00000000000000d641f634b948251693a803fba77bcd14f54ac71878b9a68e17 239 0.10/1.00 vMB 160
236,866 236,866 00000000000000a677a196dd3b7c400867de5b305ce9358cc6a57c72454ab229 98 0.09/1.00 vMB 107
236,865 236,865 00000000000000022fe8f678b41c747a42bae738b6f29bbd00180c016477a496 508 0.25/1.00 vMB 165
236,864 236,864 00000000000000fe5f2d512a3dfce193c49e1efa761aa8f94cc8631f051a85d6 216 0.09/1.00 vMB 168
236,863 236,863 00000000000000a280b843884834c0dce68956e31477926fa9bd3d0aa7edd903 165 0.11/1.00 vMB 129
236,862 236,862 0000000000000083787b2e43e1729ef3b2b71de7b48cd8c8c7646a6194bef8de 557 0.23/1.00 vMB 180
236,861 236,861 00000000000000fd8670b496eaaab56503c01a7b2bad84b4602fb64154e936f2 591 0.29/1.00 vMB 186
236,860 236,860 00000000000000d80f7811f4092a8dddb73cf81e36340597f6ceafd775c8a785 549 0.21/1.00 vMB 190
236,859 236,859 00000000000000fce26ca95b007b500badf967606e2bd565d4c8190f6c05de4c 19 0.05/1.00 vMB 29
236,858 236,858 0000000000000151b8f5773782eb35b30d18bb6cfad7f13a6c15f94b0e17ddb6 165 0.06/1.00 vMB 170
236,857 236,857 000000000000016221ce6ed966c8764020b287c88c9ef4fd370db27fe48e1edd 132 0.05/1.00 vMB 204
Previous 10 blocks ↓
Total Size: 782.70 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.32 GB
    • Received: 16.55 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.