Loading Tool

Explorer IconExplorer

Memory Pool

44,236 transactions
31.11 vMB
0.09350999 BTC
Random Selection Loading Transactions
Max Size: 158.04/200 MB

Candidate Block

Mining Attempt 63ebc56c92a533fbe6426c0163be02d07d9136cd6ee0acf83e50a2757e6dadf0
Version 20000000
Previous Block 000000000000000000006b01ff0f8c8980e4005bdebf7640591cda9fd2e81467
Merkle Root 94059cb2e6bbab753ec61340ebd3bb3325feb6ad818ec4e8ba2826029c68af7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,934
Size: 1.00 vMB
Total Fees: 0.03071409 BTC
Feerates: 250.76 > 3.08 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,442 (815,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,114 99,114 0000000000028b2f1f5fe9fca6463cc4cdc6a29cddfb54a2c168e158951d3423 8 0.00/1.00 vMB 0
99,113 99,113 0000000000038211a9e05f1b7e0b683c0103eff80cd77586541bd84b6f3f5782 2 0.00/1.00 vMB 0
99,112 99,112 0000000000007ed518520ea095096eee5cf8b3e414f32d488685744dce617f4b 6 0.00/1.00 vMB 0
99,111 99,111 00000000000252a7ec12491a1851815724ba6c8ac758c5bb7cd8dc6d35fc3c1d 2 0.00/1.00 vMB 0
99,110 99,110 000000000002736eacd16c7245b3a6f0f57078a724062c2adc0e9c625ef79f24 8 0.00/1.00 vMB 0
99,109 99,109 000000000001d0f138b23dbc590220d337d36887ed860f34968c533f03d1bf3d 6 0.00/1.00 vMB 0
99,108 99,108 0000000000031739dc835d936cae77d0b12c9ea215767704995c7dc78e4f728b 2 0.00/1.00 vMB 0
99,107 99,107 000000000001f3722c75cbf1dd6be6aa64ffd474d8f470fb809def1d99d38256 5 0.00/1.00 vMB 0
99,106 99,106 0000000000029fbb635e85827c4ac96f42b4ce25de8d14dc5b1e501cf150a9e0 1 0.00/1.00 vMB 0
99,105 99,105 000000000001c4e27cf7c3ecfeec1ca4c9f9f2868fceb1212f8b57eab63347d9 2 0.00/1.00 vMB 0
99,104 99,104 000000000000f0e471ed6088a5cbb625ebbb205e62e1b1c93dc7b5348c3f5c7c 2 0.00/1.00 vMB 2,283
99,103 99,103 000000000000910ea2e4d14d05d67a7b4b7e469cfe846458e3226dcb516ede41 3 0.00/1.00 vMB 0
99,102 99,102 000000000002eb5a130961963a3c8e04fe82e13d5d09d64c8531de1ff935685c 2 0.00/1.00 vMB 0
99,101 99,101 00000000000233df19df1a9fed5135981336f9a5e0789fc1a8edae2805536957 30 0.01/1.00 vMB 0
99,100 99,100 00000000000476fdc864086ddc6bdeb06db08a5cd3442db781f028b606e1dfb8 1 0.00/1.00 vMB 0
99,099 99,099 000000000001aec5c16eb28ffdc0bc7fc76af9eb95fcaf8d51dbb647952411fb 6 0.00/1.00 vMB 0
99,098 99,098 000000000000aef57b229c9289a579491f29c76a45a58ca29dc44f559bccfe87 3 0.00/1.00 vMB 0
99,097 99,097 000000000000b8377f32c31bb4bc63e97b8a5a48740b1a4cefe1883fe0acc8c0 6 0.00/1.00 vMB 0
99,096 99,096 000000000003dac2000d89dcb79a839b4bc1bb3629412b7723c6a4de185e0e65 3 0.00/1.00 vMB 0
99,095 99,095 0000000000041de67b3f3aab183e64c8a1796d38dc118122ccfdeced2a90fd4a 2 0.00/1.00 vMB 0
99,094 99,094 000000000003d1ad9d7c0f4c8da2c6defb7deb92a013d556fef0e2a16ad0d606 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.39 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: 602.86 GB
    • Received: 10.48 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.