Loading Tool

Explorer IconExplorer

Memory Pool

39,183 transactions
31.59 vMB
0.08090495 BTC
Random Selection Loading Transactions
Max Size: 157.16/200 MB

Candidate Block

Mining Attempt 5602a798412fbab41f56fb13cebc038beb1ca32d07528ffbf4974933b2f4f414
Version 20000000
Previous Block 00000000000000000001595202201a033a315ea0d02063180f6cd28b26bced43
Merkle Root 6108e614fd21817973ea036772582301a5ff651cc0f92be60d0192b90966bba4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,673
Size: 1.00 vMB
Total Fees: 0.01620002 BTC
Feerates: 150.93 > 1.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,342 (887,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
26,432 26,432 0000000037a2eec59673194e9974706a9ae3412145d7a70f45e08492b95b3028 1 0.00/1.00 vMB 0
26,431 26,431 0000000054a4edf2013f57ba818f411a2aff86a24b33f59537d9ee75ce3b4721 1 0.00/1.00 vMB 0
26,430 26,430 00000000609cee7e6cf0265f2080a81578255bcaed7bdf22944d9e8340c5d581 1 0.00/1.00 vMB 0
26,429 26,429 00000000d02ff5ae9901601fe89d16c8265ba9e1e1bdfbe29c811c23987c1c74 1 0.00/1.00 vMB 0
26,428 26,428 00000000a849bb225750812775dc3bebf3e3767868d916df0e6e37d7dd183df5 1 0.00/1.00 vMB 0
26,427 26,427 000000002d0dd9b721136c5f4965b8e1648e2e4e4fd7d9c5fce29f67841cb021 1 0.00/1.00 vMB 0
26,426 26,426 0000000031cc04dcc8fddcdc612832d80bcce8bf54c2b2684a02e550b4d4d72f 1 0.00/1.00 vMB 0
26,425 26,425 000000008d35d9f815114e5e2586a28acf854ad5b1b712764b03374c81025016 1 0.00/1.00 vMB 0
26,424 26,424 00000000b32b29c61d72dafdba18b0585caca88313bfe8771e6c171754f9973b 1 0.00/1.00 vMB 0
26,423 26,423 000000005fdd9295e00a1fd09a81053500db3fd4e170b05a6caad09405b4f994 1 0.00/1.00 vMB 0
26,422 26,422 000000003c5ce0c52d219cda6af773ea0387ae14e1084b2e3f91531cd46e993c 1 0.00/1.00 vMB 0
26,421 26,421 000000005bce540b3a2eab548943c350e58329241a5e06abe4fbd48a55d577e0 1 0.00/1.00 vMB 0
26,420 26,420 000000006867c8cd49b2300cfe23c3cb668d86b22424ccd41462833fbe17190c 1 0.00/1.00 vMB 0
26,419 26,419 000000007f18efd44fd5adc00d7b0decbb78288ddab216aac5188949776f243c 1 0.00/1.00 vMB 0
26,418 26,418 00000000a0d97e95dc3851defc451054256c71f13ab2807b01a9ecc9da1c6739 1 0.00/1.00 vMB 0
26,417 26,417 000000003a1df2d4a60cd4657325ecdd502e08c4f917b4722dbda8ea68a15dac 1 0.00/1.00 vMB 0
26,416 26,416 00000000fbddd5afbf2e04735c9ffaa1118a632b3306e5c8bfb1a9c6933ab863 1 0.00/1.00 vMB 0
26,415 26,415 000000009f899e3d0f115e48c1a5f6d5e1f849c13ba374758d4a8bfde5acc2e0 1 0.00/1.00 vMB 0
26,414 26,414 000000007488dc8ee100f40bf7f15e51ed83965ce7c4956f6904a03b6ed935dd 1 0.00/1.00 vMB 0
26,413 26,413 00000000e6748c942217b831ab562f086489b11436b99d1469ad587f70713191 1 0.00/1.00 vMB 0
26,412 26,412 00000000847f3bd909e7165ce74892e5ace531a01ef712a5637f90fdd3ca527f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.21 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: 586.28 GB
    • Received: 9.45 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.