Loading Tool

Explorer IconExplorer

Memory Pool

39,762 transactions
32.20 vMB
0.11459096 BTC
Random Selection Loading Transactions
Max Size: 159.99/200 MB

Candidate Block

Mining Attempt b41f01c24b5fb13d77705b4cb0dda4f89f3d1d4b18ab52ddb2ed35f34bf48e9e
Version 20000000
Previous Block 00000000000000000000d6693abb5cc51c9745844ab64d16c61f5999a97d9406
Merkle Root 0e2e1dcabf797c69e6a201bdc597a0b2536b2dd63a591a4f1a6b8ab706df8405
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,320
Size: 1.00 vMB
Total Fees: 0.04563190 BTC
Feerates: 179.53 > 4.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,328 (798,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,174 116,174 000000000000d1ee84fa7aebe285694831270c12da7e4a58c217f354719b03db 1 0.00/1.00 vMB 0
116,173 116,173 000000000000efafccdf2e0645d160fb695347cb178a6ca67df363be101c9bc6 5 0.00/1.00 vMB 0
116,172 116,172 000000000000261ec3e461516103db3e359519e3cc6149ff5d3af63855465c66 5 0.00/1.00 vMB 1,003
116,171 116,171 0000000000003e885a06230f6418e78d061813bd01bb67cae68288a1e55f3542 9 0.00/1.00 vMB 980
116,170 116,170 000000000000f09ea49f46c206e42d210f6a74e14cde8740f47f0e7ed4a66b6d 10 0.00/1.00 vMB 343
116,169 116,169 000000000000ce7e18f6e2d03e2d7ad1bb554d7990b9b46274483ebe7f4fc870 3 0.00/1.00 vMB 1,020
116,168 116,168 0000000000003a477115863910734aec79d2704a992bf0068b2e2ba9f2870804 11 0.00/1.00 vMB 333
116,167 116,167 00000000000094fe785bfad738969a6e1ed1c107df1d5522dc8d5708c2176cc8 6 0.00/1.00 vMB 798
116,166 116,166 0000000000000d768bcf3189531ca67e625f7a5f41fba2cff97d2eb68a17c9ec 1 0.00/1.00 vMB 0
116,165 116,165 0000000000009ce8fad611c4a1de8628a4ec8b4ec5591f588e0c9ec40ae71c7e 8 0.00/1.00 vMB 0
116,164 116,164 000000000000507b3208088134945d710eb7ff252ffa1daeff169afb5bbfe3c7 14 0.00/1.00 vMB 1,507
116,163 116,163 000000000000e074d3a521fea5934677e1137ea9ab7cfd3c3df2503e939c8eb3 11 0.00/1.00 vMB 638
116,162 116,162 000000000000d4ea53af6a2e06fe0801ce8ed6da19c9dd127310fa599ddf7800 12 0.00/1.00 vMB 597
116,161 116,161 00000000000084b81a93082dfc312246b0958f04aa36c1c491e64dba770c70ed 20 0.01/1.00 vMB 1,131
116,160 116,160 000000000000f19f216fab7e2700e77fb27431043c1b646e8f35a190b364da45 11 0.00/1.00 vMB 694
116,159 116,159 000000000000c49b5b4272af89619db540ae3882d07d101442f5bb9df99a3762 12 0.00/1.00 vMB 341
116,158 116,158 0000000000001da756d1ccef98c2f718eec09bdecefec30cf056a4222d321c79 2 0.00/1.00 vMB 3,875
116,157 116,157 0000000000005e5af7b013771fec594d2d3410042e4177ab0185bd390038c4b9 12 0.00/1.00 vMB 337
116,156 116,156 0000000000006157496732f664cb4d16e7e46be7fc0c26385db72412af02da12 2 0.00/1.00 vMB 0
116,155 116,155 00000000000074cd0fc7e8383420c7bba9cc1f678f185c5cefbae1d9727cc126 7 0.00/1.00 vMB 0
116,154 116,154 000000000000d3d9b956cee8df1647dd7c8312488c8dc7b7fe3841c3e4ebf47a 8 0.00/1.00 vMB 525
Previous 10 blocks ↓
Total Size: 781.18 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: 582.87 GB
    • Received: 9.30 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.