Loading Tool

Explorer IconExplorer

Memory Pool

45,289 transactions
27.85 vMB
0.08908346 BTC
Random Selection Loading Transactions
Max Size: 146.25/200 MB

Candidate Block

Mining Attempt d717916610a1e8f83ac08e95e11d7c07011503e5045559d10c8f4a26e2bf5717
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 54ab5223c009d38b9b26314eb3889ff93025053d8c30bc476966f5131ac91d8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,920
Size: 1.00 vMB
Total Fees: 0.03439644 BTC
Feerates: 157.73 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (677,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,084 237,084 000000000000005f523e3c6988b567f63330996d7704f33b726387e22770c9a8 6 0.00/1.00 vMB 0
237,083 237,083 0000000000000088644069ebc245a2b5bf4b2a94e78239eb38403fa376007cb5 638 0.25/1.00 vMB 273
237,082 237,082 00000000000000242d21bd6337c18c73bf31bbd2f6e2a64a133e19d5caa8b1cf 256 0.10/1.00 vMB 245
237,081 237,081 00000000000000e690f0b2a2649776540cd51d1aeadbda20513c538e030c4b39 497 0.22/1.00 vMB 187
237,080 237,080 00000000000001630286d80ff8869e0b1021c5157da696f461fb9210a07b0538 488 0.20/1.00 vMB 183
237,079 237,079 000000000000010c9335c90f6e1f2d2a9af73ca078d660c98988234309b9dba3 187 0.09/1.00 vMB 156
237,078 237,078 00000000000001464cb903b9235d89f849bed9deca2e914a7ef390dc4eef5277 167 0.10/1.00 vMB 117
237,077 237,077 0000000000000146ce6ce8753f60e4a8bd5fb0257e7132fce5d663b3c63093c7 300 0.18/1.00 vMB 112
237,076 237,076 000000000000005cd7625f2cf5ac176f552dfc6b8b3750ae1b5d530ab2c0ac06 499 0.22/1.00 vMB 179
237,075 237,075 000000000000011c4c67bebc819f3b520b14a88b009cc2c53fab3a080d42d6d5 165 0.08/1.00 vMB 116
237,074 237,074 000000000000003c7e993cc0fa50d98cd1fbce24bca59b459b0f17df9b93a508 252 0.12/1.00 vMB 177
237,073 237,073 00000000000000b8fcf165a974b7c7295c5f407ad0f5a46928d0e51e5f1876e8 434 0.22/1.00 vMB 160
237,072 237,072 000000000000005ebd9cd87922cae6e5ed12d6be3d20932614ec1a3773c986e8 637 0.25/1.00 vMB 200
237,071 237,071 00000000000000f54130369c3754b46e50c6297acddb7a6aab6087c2b3d5e779 537 0.25/1.00 vMB 161
237,070 237,070 000000000000003ee86841f3796c6c7c752fe561ed8e3c108b2b3dc7f1288cc8 332 0.23/1.00 vMB 120
237,069 237,069 0000000000000064cea963518185f75df079fcd79180ea36e14a95fa37edd2b6 313 0.10/1.00 vMB 33
237,068 237,068 00000000000000fe07931d67da8ebdf63e11f646c10b0aebdfbdc1046957ccc9 527 0.25/1.00 vMB 166
237,067 237,067 00000000000001147c2a62e97745babf4d03a5c844f6836867e830e1ca828d6e 417 0.24/1.00 vMB 140
237,066 237,066 0000000000000093fd4aa856921432917d9770157a1599b0f7c595f45fd69003 1,050 0.47/1.00 vMB 168
237,065 237,065 0000000000000074fbf3319f6f1f082b82a139005bdb1ab4a4338aefe69042ed 331 0.14/1.00 vMB 185
237,064 237,064 0000000000000075145386080e36877b925ed7fbf7de46c7f490ba3e3459ff43 309 0.18/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 782.23 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: 655.04 GB
    • Received: 14.24 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.