Loading Tool

Explorer IconExplorer

Memory Pool

81,078 transactions
30.33 vMB
0.11669201 BTC
Random Selection Loading Transactions
Max Size: 182.68/200 MB

Candidate Block

Mining Attempt 0d8f3715bb7a03a2e67003542de728b7f03ad98b49db03113cdc76d189e91578
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root dc08b0c9f02907bb98f208a52dfce898afac9fd167418e874526f1e3a9c53c68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,132
Size: 1.00 vMB
Total Fees: 0.04333023 BTC
Feerates: 150.68 > 4.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (128,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,097 787,097 00000000000000000004bbf6823d474be4c1bc43b98f35bdbc3e8415a37a263b 3,016 1.00/1.00 vMB 29
787,096 787,096 0000000000000000000065ef9e75a40380df9539300dd286c08ef88470e66496 2,219 1.00/1.00 vMB 38
787,095 787,095 00000000000000000000377910d240795a8581c9d388f17d0dc498ded8b00117 3,566 1.00/1.00 vMB 17
787,094 787,094 00000000000000000004639b63a28659ada3eb0e3e65beb85a140d33b3c73c61 3,696 1.00/1.00 vMB 17
787,093 787,093 00000000000000000002439517d7aed54a9997ae31265932c511a8b41d949af6 3,540 1.00/1.00 vMB 27
787,092 787,092 000000000000000000051957ccb1ad8a2b02d0d45c5fac88cd45116bba79f240 3,573 1.00/1.00 vMB 27
787,091 787,091 000000000000000000029f3183b71e6138b2ab3772e574fc16661f68979f0f3e 2,359 1.00/1.00 vMB 21
787,090 787,090 00000000000000000004ea78f1f57960f0bf55322aedd6f46e6310b784ae914b 3,470 1.00/1.00 vMB 21
787,089 787,089 00000000000000000000277b5bf8f7cd03230f0b273c67aa1c30d0498e016ac5 4,010 1.00/1.00 vMB 29
787,088 787,088 0000000000000000000182e8a314b0061188c55244707404f3bf975623cf90b5 3,307 1.00/1.00 vMB 23
787,087 787,087 0000000000000000000505f0a1033ac7f34dc76404c2607d55af5ef92508d86d 3,805 1.00/1.00 vMB 33
787,086 787,086 00000000000000000004f18c3a7d99bd705ae5ab8b24c1d7765e93521916fa0b 2,931 1.00/1.00 vMB 25
787,085 787,085 000000000000000000054d2e86af07cec361b91b92ab4b7353c35df1882e4865 3,907 1.00/1.00 vMB 32
787,084 787,084 00000000000000000003d8ecd6bba285fb04a9a3a669326893ed49a2ef300fdc 3,542 1.00/1.00 vMB 34
787,083 787,083 00000000000000000000521d9089c71e3e8ab9edd4da15f5c51ace2ddf2ab240 4,007 1.00/1.00 vMB 26
787,082 787,082 00000000000000000000990a5d2c9ceafc36774c0745245b21af3803e7b5eec9 3,693 1.00/1.00 vMB 24
787,081 787,081 00000000000000000004dded8f7c888e7a2dc9361dd8dd8e7a60bda5033873b2 2,853 1.00/1.00 vMB 30
787,080 787,080 00000000000000000002badfd7eccb93a21c6d85fd8969b8e767bb43cf9d55ce 3,170 1.00/1.00 vMB 39
787,079 787,079 00000000000000000001f2142e7238192d71fb1af49e36e6dc78d744973bb9d2 4,229 1.00/1.00 vMB 28
787,078 787,078 0000000000000000000411daab16c767b94b5718e7d703a8aa27d260a4fb02d4 4,578 1.00/1.00 vMB 28
787,077 787,077 000000000000000000048733a5fca6e22bce845d7961c048c06aac8ca27cc9a2 4,166 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.64 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.40 GB
    • Received: 16.23 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.