Loading Tool

Explorer IconExplorer

Memory Pool

74,597 transactions
20.28 vMB
0.05300998 BTC
Random Selection Loading Transactions
Max Size: 136.42/200 MB

Candidate Block

Mining Attempt ced6c35ca4ac515e830d7af4835d0a903d62773022607620598e526e539fa185
Version 20000000
Previous Block 000000000000000000017ebf1c136d095b44adf38dec8295d6ef2bee137a6e6d
Merkle Root 1a196a83c15b7f62de9467903dd2327a2cc1701b68a84f0146ada9700b937fe0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,964
Size: 1.00 vMB
Total Fees: 0.00882104 BTC
Feerates: 94.55 > 0.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,993 (793,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
122,091 122,091 00000000000041862e18a752adb96c5cba5ca84c98e154ee8dbbda28632e0d80 16 0.01/1.00 vMB 989
122,090 122,090 0000000000004a5143517778d653f0603de71810b2d4aea76de44be5cedd488a 7 0.00/1.00 vMB 0
122,089 122,089 0000000000004972295a5900683c4c3f95a468f62e63371d9c5255d9e4d7d6d9 13 0.01/1.00 vMB 638
122,088 122,088 00000000000038ef06b616d5e7a137745e9d82d9ab20236c3d340d256e69a8d1 8 0.00/1.00 vMB 0
122,087 122,087 0000000000003b5cbf07f09016216f0e936b62e3fd3dbc329f64881d424f6d8f 45 0.02/1.00 vMB 991
122,086 122,086 0000000000000b147b74dd03b23b71b138b3695244228f514b1be9646108cbd9 14 0.01/1.00 vMB 452
Previous 10 blocks ↓
Total Size: 784.11 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: 807.11 GB
    • Received: 23.17 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.