Loading Tool

Explorer IconExplorer

Memory Pool

74,944 transactions
20.56 vMB
0.05766809 BTC
Random Selection Loading Transactions
Max Size: 137.95/200 MB

Candidate Block

Mining Attempt 090cd9a515b3e7d90b6ab4b60c9299d881edd40a52769a0322bcf9be1b7ad631
Version 20000000
Previous Block 00000000000000000000810867c47bcbe7734223df22e2796f25920c2579eb8d
Merkle Root 579bc57dc2b1fce8ff237a6ad4814cb14ae001a6fc283839e26b23a18b614bd9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,370
Size: 1.00 vMB
Total Fees: 0.01265176 BTC
Feerates: 83.77 > 1.27 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,981 (793,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,112 122,112 00000000000075e65750b2042e8e7f2a8cadab7107f7a32b8af28e09b674ef9f 9 0.01/1.00 vMB 0
122,111 122,111 00000000000084ba03b86206b6bc2564188117cdf62925eee8b204e701793daf 48 0.01/1.00 vMB 1,954
122,110 122,110 000000000000500934ac5f506cac974a52d25c8e2220f67e8f8c3fa7bcc84948 8 0.01/1.00 vMB 447
122,109 122,109 0000000000004aaab9c0e99269f47c912aa0f59533a1c5e26c5857062670645f 23 0.01/1.00 vMB 85
122,108 122,108 00000000000029804cd9b280fa3ba155aef25fb2478c56a7dc18f36e2fd841b6 25 0.01/1.00 vMB 58
122,107 122,107 000000000000967f60a1e830bebff8ca27b86125b8e93495c2b6a7a69aef0c3e 1 0.00/1.00 vMB 0
122,106 122,106 00000000000089d22d8591cd3cccae03a0feb85fab329f97aa944650bb4d379d 66 0.04/1.00 vMB 1,868
122,105 122,105 0000000000004decd7c3e58d3b177ab68641c24440094465db887590e962236d 22 0.01/1.00 vMB 153
122,104 122,104 00000000000017adc5dd6fd4fa1a3e7f1b89f7046e9a8ea37001f995b6c3cdf9 24 0.01/1.00 vMB 1,047
122,103 122,103 0000000000003baa74988ef736b0015f59cb831a08696bc6f866a2a9d1711c97 16 0.01/1.00 vMB 321
122,102 122,102 00000000000090d11cf0655594d28f30060584c36c9e94f18ee2bced6784a34a 39 0.01/1.00 vMB 266
122,101 122,101 0000000000002c317a8f3417420f60850c56cbb10b3f1531aa67770d1e41a9b4 1 0.00/1.00 vMB 0
122,100 122,100 00000000000042b6088aa88d0234e53b25eedf1ba2780c0949403bb9fe9a7329 13 0.00/1.00 vMB 1,066
122,099 122,099 00000000000008712bbdbdea81fce6d4fce42e6e9ef7c7af3d386f0bc3a9c1f3 13 0.01/1.00 vMB 190
122,098 122,098 00000000000058b117c8132819edb651040b7cd8dc2330bf702a99e0c49ed1d2 15 0.01/1.00 vMB 680
122,097 122,097 0000000000006d9e6b816cb7cdda1c7527c958ee0773d513eddac807e4f8cce2 8 0.00/1.00 vMB 0
122,096 122,096 000000000000097b9d12a9d94d4e02934241f0d424ed882e679ce81d2962296e 11 0.00/1.00 vMB 790
122,095 122,095 0000000000002c98c8b6dbf6a297670ff8cabc3b8ec11917cf768eae6ac23fed 19 0.01/1.00 vMB 551
122,094 122,094 00000000000083b94a0e54eecfcc07ffc660e53ca9362af536a405686ed3bd29 11 0.00/1.00 vMB 0
122,093 122,093 0000000000005cae6b094536b84bbb305b26a6316c72ce235dabd8af90152feb 13 0.00/1.00 vMB 0
122,092 122,092 0000000000000d1ef33691bd1c2334f8970075a74ab3b461f1fb85979a376f90 11 0.00/1.00 vMB 899
Previous 10 blocks ↓
Total Size: 784.09 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: 806.85 GB
    • Received: 23.09 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.