Loading Tool

Explorer IconExplorer

Memory Pool

48,785 transactions
29.71 vMB
0.09202576 BTC
Random Selection Loading Transactions
Max Size: 158.20/200 MB

Candidate Block

Mining Attempt d9a86e521b077ab0b9c12aef364bae2a303f4a2a41a141bbbe25a8526433e675
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 5f9f59bc7c25ee47b853630523c6a34bc453b420f8bbdbf35c09041803c3ce99
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,039
Size: 1.00 vMB
Total Fees: 0.02956472 BTC
Feerates: 105.02 > 2.96 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (731,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,303 183,303 00000000000002a201849cf6974a61bc9070a2128f6df726d71e73ca7c13c0aa 28 0.02/1.00 vMB 88
183,302 183,302 00000000000000d7fd6d400efb6018c9c71eb337d8ee70a551256eecfafd9f6f 26 0.02/1.00 vMB 29
183,301 183,301 0000000000000954489d772e3a95b9bec13f5dc63f36bdf2fbf9e03624cca67d 432 0.23/1.00 vMB 107
183,300 183,300 0000000000000a40353c058c3fd185e9f784aac1596082aaaaba96f5b0fe68fb 126 0.05/1.00 vMB 106
183,299 183,299 0000000000000a31613260fff3b7e5db6ecc9ffa8f4bdec62b11e5975d75732c 7 0.00/1.00 vMB 0
183,298 183,298 000000000000011bb6f5bbcfdf9e7eb2885e15ea1295f61099decbede1bff1c9 42 0.02/1.00 vMB 78
183,297 183,297 0000000000000193b5ae278df3991205ad4706b79c945f6c6418b4ae828f376a 238 0.15/1.00 vMB 102
183,296 183,296 0000000000000591159cf63dc95fe381a901ec42c90a7f711be0679c81d1be3d 8 0.00/1.00 vMB 49
183,295 183,295 0000000000000443c7b2a75d26a6c6c8be8c33748890594a098b359e22c395d9 1 0.00/1.00 vMB 0
183,294 183,294 00000000000003de60c43e39b4dafb802c7784043face03380c4106203e6fee0 90 0.05/1.00 vMB 344
183,293 183,293 00000000000002ffe2d6c5d1427dcaaae0f7da8e68f29bd95aa37237ad5c060e 94 0.05/1.00 vMB 89
183,292 183,292 00000000000004a6fb8169d27da6e5cc79a090319c691ab22943c3e82304087b 262 0.18/1.00 vMB 83
183,291 183,291 000000000000014f04f8dc15f5bc56610a5672d9be63ea2ef70f6cdd192dbf10 11 0.00/1.00 vMB 70
183,290 183,290 0000000000000986e8acc644a07524ba518b700a695dde0d701227685b2c5d90 115 0.05/1.00 vMB 131
183,289 183,289 00000000000008f702952ba299b5ec0f3a9e467e1df56e41f2a55f9243b79f22 168 0.06/1.00 vMB 113
183,288 183,288 0000000000000475a822da87d854ade9b1a6a84480c2620f5c8a297b1e497793 63 0.03/1.00 vMB 227
183,287 183,287 00000000000000d4b329b892bbd7c9091daac9369f82b76a4bfb9f7be7b9119b 68 0.03/1.00 vMB 62
183,286 183,286 000000000000041fa84b22b0b4b941312ea87ae6a6057b9b2feca330c065da02 27 0.01/1.00 vMB 123
183,285 183,285 000000000000066bd8db830540cfcd40fb397d8f3e79bd41586663e6c10204b8 23 0.01/1.00 vMB 46
183,284 183,284 00000000000008ef499bf30fbb4734fd2b9def637184244ae6fe1661d934b94c 30 0.01/1.00 vMB 88
183,283 183,283 0000000000000a6f1b80eb4f6873a856dabbec1f16c67b6199b4c86bfbaab06a 62 0.04/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.