Loading Tool

Explorer IconExplorer

Memory Pool

78,417 transactions
29.39 vMB
0.06622103 BTC
Random Selection Loading Transactions
Max Size: 176.63/200 MB

Candidate Block

Mining Attempt a554288fa4bf75cba905adb3f028e3b92d7dfc7bb064e4295bc7e3ed0450f810
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 7f2840fc5fa478643826c4606c836cf90a342e55d7aa10a38e015f663208ba41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,274
Size: 1.00 vMB
Total Fees: 0.00666688 BTC
Feerates: 50.25 > 0.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (411,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,265 503,265 00000000000000000033972c9263e9f1b593a4a555157ecc97735bf2fdea7664 1,312 1.00/1.00 vMB 296
503,264 503,264 0000000000000000004feed5f9b3a9c3023a88c1f5c8c02a623ce00577637730 1,671 1.00/1.00 vMB 333
503,263 503,263 00000000000000000076e9d207997661a74972ec1e00cfd147de04995d638292 2,019 1.00/1.00 vMB 365
503,262 503,262 0000000000000000006e6ceb2138bf27f65d7541343ac34a91f3239ab95b5e1d 1,662 1.00/1.00 vMB 364
503,261 503,261 00000000000000000010ecd0940a4422cc83de9daf3cd8fd1139a18c60aa01df 2,037 1.00/1.00 vMB 446
503,260 503,260 00000000000000000083435d70bf1c74e5ac023030b3ddcc3f422af2daeb4b75 2,768 1.00/1.00 vMB 469
503,259 503,259 0000000000000000007979d7f1c6be97d32b19a0a5a957813d3c8232f9dd22dc 1 0.00/1.00 vMB 0
503,258 503,258 0000000000000000000b5313cdffdc9bdcdf366664bb98c473d6b79d6d20ec93 2,391 1.00/1.00 vMB 533
503,257 503,257 0000000000000000006c82b56ad73d696cf217fe6faa602c9527afab121cc978 2,454 1.00/1.00 vMB 479
503,256 503,256 00000000000000000078b1a7c9637852f8d6464afeacc6db038d55902a1abd04 2,836 1.00/1.00 vMB 556
503,255 503,255 00000000000000000051d2f0f594628a06db0a49fa54f3038500d9941b57b083 2,717 1.00/1.00 vMB 522
503,254 503,254 0000000000000000006e4cb789669b2c7fd4a5e9c4679ca247ef756e686da151 2,689 1.00/1.00 vMB 566
503,253 503,253 0000000000000000007cc5e3f0ae181a5cbc6551b60a49144bb200f2bcf74c71 2,490 1.00/1.00 vMB 485
503,252 503,252 000000000000000000319a2a35a3ca0ed8b0f72a59beb8bbf7e13039ac47fc88 2,923 1.00/1.00 vMB 532
503,251 503,251 0000000000000000000b386bafcbff0da97ddb6e4e24eb94db101004342b519c 3,035 1.00/1.00 vMB 524
503,250 503,250 0000000000000000000dd90851742a36011694985bba3dd74b44227d3afe1285 3,029 1.00/1.00 vMB 512
503,249 503,249 00000000000000000017a72f91650f32938eeb06d6b40f662b0f4576f03dc826 2,945 1.00/1.00 vMB 566
503,248 503,248 000000000000000000348e2ee710c632761f55688ea05d1b93e75faa9503c183 3,462 1.00/1.00 vMB 532
503,247 503,247 000000000000000000780c9c7acd9ec1bd01cc9cc8eb506ef25188579acfa89c 2,043 1.00/1.00 vMB 578
503,246 503,246 0000000000000000003d88ea4fa34170c8e1aebe737b7008bf0c54b8e28ba38a 2,469 1.00/1.00 vMB 564
503,245 503,245 0000000000000000001162fb51c7c9dfa5e2773535b135dac28125dd2f56e9ac 2,443 1.00/1.00 vMB 481
Previous 10 blocks ↓
Total Size: 782.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: 664.64 GB
    • Received: 15.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.