Loading Tool

Explorer IconExplorer

Memory Pool

81,673 transactions
30.82 vMB
0.09290682 BTC
Random Selection Loading Transactions
Max Size: 187.53/200 MB

Candidate Block

Mining Attempt 02d5225a9c0fc64da4c7c1b7e5d3af2c2694ea4888474e7e8fc5b81dada065ec
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root d0fc4921ed3260e8a6dc02592135a5cb4beaa7e8f9b840325e7feef3eb1cecb0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,701
Size: 1.00 vMB
Total Fees: 0.02348242 BTC
Feerates: 318.30 > 2.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (508,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,539 406,539 00000000000000000688016b99432b30326a8dffa8a5c41b029d8ab4a401af65 805 0.47/1.00 vMB 24
406,538 406,538 0000000000000000055fa0b0cf92491c5e0d54fadce8f877837c8c965a547da2 1,010 0.48/1.00 vMB 41
406,537 406,537 000000000000000005645c3ca8496a071286341c42799a3b87dcfb281f66a8ca 1,072 0.84/1.00 vMB 23
406,536 406,536 000000000000000000861932dee1b4c8684c6bc9cdabc1ae56fa2f93638ce932 2,777 1.00/1.00 vMB 59
406,535 406,535 0000000000000000037ad05d46b8234bfa9494dbccc9e6e57551a6e5f6a57c28 476 1.00/1.00 vMB 20
406,534 406,534 000000000000000000b4d4673615d4f4d2828d1d0e1c0691744cba84c1db3fc7 1,163 1.00/1.00 vMB 42
406,533 406,533 000000000000000001f42dd97ab7c81ea8f1f87dba8333555c0cba87e61cb557 446 1.00/1.00 vMB 58
406,532 406,532 000000000000000001cc77ba45ab3c02c1893295d8dda128e398919427078290 2,068 1.00/1.00 vMB 39
406,531 406,531 000000000000000006894051950f34ac112062f4f11180d575ad1db459436864 2,812 1.00/1.00 vMB 50
406,530 406,530 00000000000000000384ea6e21b5907847fe8d23a62f5e708b5a4f661632aa98 348 0.14/1.00 vMB 45
406,529 406,529 000000000000000000fdf7516f6ed1062690d4b4339e0395350ad416334e49ce 222 1.00/1.00 vMB 6
406,528 406,528 000000000000000005554397b68dfdc7f5dcc6e4710ade3d48f8a0488ddbfa25 448 0.40/1.00 vMB 22
406,527 406,527 0000000000000000001c4b9cba9309ee95ffbef1db876bce1cfb338142119097 2,194 1.00/1.00 vMB 45
406,526 406,526 00000000000000000430e3c5d1de990d434e856f06da283a945eedbbf019c1cb 1,341 0.66/1.00 vMB 35
406,525 406,525 0000000000000000037b95cfe0772fac49f6af349625add480bf388bf62575bc 1,057 0.59/1.00 vMB 46
406,524 406,524 00000000000000000100f188819fe5f4d9a3f9477c3e13905a8890d8036c89de 1,499 0.62/1.00 vMB 55
406,523 406,523 000000000000000003b584bed3a3737db6b57f4e31fea27b3e46d6394eea9c6c 304 0.20/1.00 vMB 25
406,522 406,522 000000000000000005f9ac31a6c3b7f7263d3200a4b98f79fe93204f32c5d1fd 914 0.53/1.00 vMB 37
406,521 406,521 000000000000000006482abf21b65e46b69b6ec3e63a2f883d1f47b806036afb 698 0.31/1.00 vMB 39
406,520 406,520 00000000000000000540ef5fa4ac936a4fa6daa1824530d21de54989ee4817d6 1,829 0.90/1.00 vMB 34
406,519 406,519 000000000000000000640d5aae8513e4a806bdc8cb2a8e9f3323c5d3d1fd9c96 294 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 718.41 GB
    • Received: 17.89 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.