Loading Tool

Explorer IconExplorer

Memory Pool

82,237 transactions
30.05 vMB
0.14955968 BTC
Random Selection Loading Transactions
Max Size: 182.07/200 MB

Candidate Block

Mining Attempt f3eb6b84eb6223b6422ab94bd4eeb4b2d20170e0393a2c62449ee733ab8b9bd9
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root c7216b2f83d1f8fd978c08a1ad67edee49830165c4df797e3202932701ef0926
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.07905848 BTC
Feerates: 101.65 > 7.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (74,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,171 840,171 000000000000000000025df230abaf80ce27da2ff07d2aad7d2277ca309c58af 4,265 1.00/1.00 vMB 291
840,170 840,170 00000000000000000001512148656e24d781eccac7e42201fe247036d44234f2 5,233 1.00/1.00 vMB 424
840,169 840,169 00000000000000000001ee23116fa1c8c5a42a32a60c9b2a73c3416f7d9c5699 4,579 1.00/1.00 vMB 428
840,168 840,168 000000000000000000026864fa70d0f43cc3d095bc8a5e3c49a51ac8b614c6d1 4,617 1.00/1.00 vMB 264
840,167 840,167 00000000000000000003340a5a0b5ffbba8a43cecd4c863f41c4db7f33f3f6a0 4,553 1.00/1.00 vMB 332
840,166 840,166 000000000000000000030467b562f459cc40f442f691d17794b749098b4db428 4,233 1.00/1.00 vMB 442
840,165 840,165 0000000000000000000000b3ebb8647ba1fc77c3c310651fb2e7e4688dca0ba8 2,080 1.00/1.00 vMB 232
840,164 840,164 00000000000000000002339a1afebeec837522b09c763f9105f0b132335c9ad5 5,465 1.00/1.00 vMB 620
840,163 840,163 0000000000000000000280e54d7b099b1f79689701a7e3a31a8aeb7b8c7aa9a5 5,836 1.00/1.00 vMB 606
840,162 840,162 000000000000000000031c4c781f942191732cb2dc98d06b58d4cafd7730a023 5,619 1.00/1.00 vMB 696
840,161 840,161 0000000000000000000304c5f9be067346830c4279e8a30a33ba1c80fc09f02d 5,673 1.00/1.00 vMB 428
840,160 840,160 00000000000000000002d2bbc49ed9483aa6e4fcb7ba59e9f351350664bf341a 5,202 1.00/1.00 vMB 285
840,159 840,159 000000000000000000013aec7abaa7a1ec0e9d9635124998748525be026c6fd1 5,381 1.00/1.00 vMB 371
840,158 840,158 0000000000000000000032a838eecfa6b9f1c7e368d17edfb4fa9b2af597c29a 5,300 1.00/1.00 vMB 494
840,157 840,157 0000000000000000000226ebd55f67ee66caab1adff73b92a1b7283310ac5e43 5,124 1.00/1.00 vMB 297
840,156 840,156 000000000000000000007f6ac805239e734e2dbb6ab757f5a392089a20e59db4 5,575 1.00/1.00 vMB 427
840,155 840,155 000000000000000000008f15625dbb2e70efa4fd61f29058956500ac078f698c 5,645 1.00/1.00 vMB 360
840,154 840,154 0000000000000000000294628f443460d21acfccf75383dc8c8f2483d0763933 5,456 1.00/1.00 vMB 201
840,153 840,153 00000000000000000002bc44f1cd2d6bc84b72569adc7a2114c03fe03b275c1e 4,459 1.00/1.00 vMB 184
840,152 840,152 00000000000000000001ba0f4c070562dcf7c4a2a2f8b15367653d863ce65aa5 5,176 1.00/1.00 vMB 252
840,151 840,151 0000000000000000000027b57149130812afa66d3a1e2621b48b63c1e515af29 5,001 1.00/1.00 vMB 215
Previous 10 blocks ↓
Total Size: 782.60 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: 671.70 GB
    • Received: 15.99 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.