Loading Tool

Explorer IconExplorer

Memory Pool

46,530 transactions
27.71 vMB
0.08910759 BTC
Random Selection Loading Transactions
Max Size: 145.99/200 MB

Candidate Block

Mining Attempt 4f4b3424f3e12e655c0a688e5e29139ff19417d4b2c3780fd87e311cbf76f836
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root 5c18adc13f99d1d1d279d8c7fb7484ae20f1d89da624c911394406dc425a0dc9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,365
Size: 1.00 vMB
Total Fees: 0.03338059 BTC
Feerates: 265.25 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (149,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,242 765,242 000000000000000000015cebfdaf431d5fc6c1c9f109b2a5c67b12cdd1fa96bb 1,389 1.00/1.00 vMB 11
765,241 765,241 0000000000000000000142055171fa20f9cb4b18722c4d3215aa9763dbb75e05 911 1.00/1.00 vMB 3
765,240 765,240 00000000000000000006c313eb12b3f88ce4402679acb750be7fbece29b5423b 2,645 1.00/1.00 vMB 12
765,239 765,239 000000000000000000019808650dd18fc58a2105d8fa29f6fde369fc2e0af23d 1,821 1.00/1.00 vMB 16
765,238 765,238 00000000000000000001975a35a1f3cb242b1f38bb52a616e0bb15ca005cdac5 1,562 1.00/1.00 vMB 7
765,237 765,237 00000000000000000003b952680bf4f0c9d03b6bb8004482fab551aba054f5f5 1,812 1.00/1.00 vMB 26
765,236 765,236 000000000000000000018e655e9b90d8a6e317e47f27eaa0cbd9da67e0c6bb5c 2,069 1.00/1.00 vMB 29
765,235 765,235 00000000000000000004424aeb257c0118e9189d6e0242f4663460393b6a1f3c 2,736 1.00/1.00 vMB 5
765,234 765,234 000000000000000000013ecb78c77d00605370c3d2d068cf2ba19ada3f2e77a2 2,609 1.00/1.00 vMB 17
765,233 765,233 00000000000000000003c9e4a96abbfdf3a0432f3830fce6c777c81616c41251 1,736 1.00/1.00 vMB 12
765,232 765,232 00000000000000000004d630678a8457bbb56ae11cb8eb3a5370d636f99e6087 1,129 1.00/1.00 vMB 14
765,231 765,231 0000000000000000000099cfd183e9a85aea6af9515959ec38a524177b4479b1 2,586 1.00/1.00 vMB 21
765,230 765,230 0000000000000000000011e8f10c16dd688394de101877a7643c46517c7c2136 2,585 1.00/1.00 vMB 29
765,229 765,229 00000000000000000005d20b8ef352c6dc8f69000743f16b9eaaf793d9bec7e7 3,288 1.00/1.00 vMB 23
765,228 765,228 00000000000000000005b8f45f592f6010f2c256ef6e7d5992306ea3e56d544c 2,886 1.00/1.00 vMB 29
765,227 765,227 0000000000000000000775bfa32b1048846837232b769bd9da2f144ffdf20632 1,662 1.00/1.00 vMB 24
765,226 765,226 000000000000000000072a9a1bcee6d94fcd171ac6a90fa672f9bd4a70f47593 3,442 1.00/1.00 vMB 24
765,225 765,225 000000000000000000013911699baf84e9709ce88a105f5767f891e9dcbc33ac 3,354 1.00/1.00 vMB 31
765,224 765,224 000000000000000000066c531dadc28cdc28486cec29311e71ddd141aa5332fe 1,201 1.00/1.00 vMB 32
765,223 765,223 000000000000000000038c66eaa16a61f3d830439978b449b9e6aa7ae22a58fc 3,307 1.00/1.00 vMB 51
765,222 765,222 0000000000000000000308b26818b4fc90d080d00669219867f362f7051a7c2b 3,138 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.19 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: 653.70 GB
    • Received: 14.02 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.