Loading Tool

Explorer IconExplorer

Memory Pool

81,006 transactions
30.89 vMB
0.07743489 BTC
Random Selection Loading Transactions
Max Size: 187.93/200 MB

Candidate Block

Mining Attempt 841f1d8706b429e969e0d76754290d2390a5c90af4183e6159bb582c036a29d0
Version 20000000
Previous Block 000000000000000000009cc847e34910d5d5711b5344aceacf52741007a9bcc7
Merkle Root 985e7dd0431058d5ff7d3584501e9e88efdbd09d6dc417a441f36cc1e57b5c34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,876
Size: 1.00 vMB
Total Fees: 0.01099900 BTC
Feerates: 265.25 > 1.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,183 (102,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,458 812,458 00000000000000000001c8798ac60a86848af896c08e691e4b73796ef7aa8d8b 962 1.00/1.00 vMB 16
812,457 812,457 000000000000000000008816b83e9f777bdfc8b296b72462ce4414a617563243 2,806 1.00/1.00 vMB 26
812,456 812,456 000000000000000000022b4f8a6a1eb8a9779e74ae1e72a68ae2f7b391e2a7c1 1,453 1.00/1.00 vMB 11
812,455 812,455 0000000000000000000140b8135e900a5b68058888e48192614091de2b23b5b6 2,748 1.00/1.00 vMB 17
812,454 812,454 00000000000000000001f6c5f08429415adeccbbf8c32ed2bc4ab342a8bb2592 3,188 1.00/1.00 vMB 21
812,453 812,453 000000000000000000009854cf54279abe9a277a6b41dba9ce3bde9bdb51c3e2 3,547 1.00/1.00 vMB 20
812,452 812,452 00000000000000000002e9c4fc573b43da40f8589c6d6c5649f29a1a4032b01e 952 1.00/1.00 vMB 5
812,451 812,451 000000000000000000035cbc1e223f5be87398f49557f0df1a091e7ae0423f29 1,107 1.00/1.00 vMB 5
812,450 812,450 00000000000000000001279491c3c13341b92d5e325213edc7a6ba4dfefe0c64 2,606 1.00/1.00 vMB 3
812,449 812,449 0000000000000000000485ea48622ac86220423e871c5452fb305160fa7137a9 3,079 1.00/1.00 vMB 10
812,448 812,448 000000000000000000020a6e5999ae2dd314ee4e9f8bcf574148eab95887d4ad 123 1.00/1.00 vMB 1
812,447 812,447 00000000000000000001df9394219ced52cb3789dc1c31408d6e01bec37c0b2a 3,894 1.00/1.00 vMB 6
812,446 812,446 000000000000000000024fb2c39d914f219df2bb0063ba6d0d1074c51d59d2b8 3,491 1.00/1.00 vMB 20
812,445 812,445 000000000000000000019c09247cdddde4def55bda7de44aedd7318ecd9fa255 755 1.00/1.00 vMB 2
812,444 812,444 0000000000000000000414f0947215ef447eabb9adaa45918cb400d4ca02d5ed 2,063 1.00/1.00 vMB 3
812,443 812,443 00000000000000000002cbd065f0d121db870a2947c7bbb02a4685f00d0c3842 1,767 1.00/1.00 vMB 9
812,442 812,442 00000000000000000003a7241be22ec0e10fa729b931174cbc6a10f36425d130 1,994 1.00/1.00 vMB 12
812,441 812,441 00000000000000000000c9e19510cd3a96a61d628ed89e8bab83835c690b0166 3,295 1.00/1.00 vMB 18
812,440 812,440 000000000000000000016f8a45c6c0c36e1c37d8d9c38e8352ed45caf7d22339 3,621 1.00/1.00 vMB 20
812,439 812,439 00000000000000000003d8b74d8e8613440be3cff3137412f792dcb85495aa33 1,636 1.00/1.00 vMB 7
812,438 812,438 000000000000000000014f48a577737702b41bcda842e9c9b21eda0cedfcc8a4 3,458 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.71 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: 701.20 GB
    • Received: 16.62 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.