Loading Tool

Explorer IconExplorer

Memory Pool

78,471 transactions
29.50 vMB
0.07567849 BTC
Random Selection Loading Transactions
Max Size: 177.63/200 MB

Candidate Block

Mining Attempt 598a8ce142248d1dda0fd1110001e470e7132e23bca5bf857c53c7b2cfb791cc
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 2eb9c5eb03b3e7ef6a958843239ea66c68ee222f822c0631bdb1aea5a6f8c7cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,874
Size: 1.00 vMB
Total Fees: 0.01372846 BTC
Feerates: 40.26 > 1.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (796,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,360 118,360 0000000000007898af6b0251dc732c60e1bf6069eed4587f775792cfe1dc9c13 4 0.00/1.00 vMB 0
118,359 118,359 000000000000b51563b214c1e4d7c252c57646154e62c9d81a6bd4d264415349 7 0.00/1.00 vMB 150
118,358 118,358 0000000000007d9070a21137397b0bb3935b98e7d6f3fb3b4ca0a471584ab54d 8 0.00/1.00 vMB 0
118,357 118,357 0000000000004d96896bf6676b5792e11cd59d3b238754d5d58864830d76f2b8 6 0.00/1.00 vMB 0
118,356 118,356 00000000000018ceece8dbf0e0d856e4ea3f554ef3ed494278dc1ebad178d2e0 8 0.00/1.00 vMB 0
118,355 118,355 00000000000089d5c250cc5379f27fbbc0e36d123e9ff6e71f5f2660c86409cd 40 0.01/1.00 vMB 121
118,354 118,354 000000000000822ddf5574f27eabf7f6598ed23aedd65868a62d6142e077e19d 10 0.00/1.00 vMB 0
118,353 118,353 000000000000608ca6173ee2305667ddc7ac2b49f1ff117c32acf7a7af84fb6d 11 0.01/1.00 vMB 0
118,352 118,352 00000000000086a073df7dae7bb400bcf0d678e49910c5801f93ded163f1ed17 13 0.01/1.00 vMB 0
118,351 118,351 0000000000008026028c58451df0b446394245ab92d2c39ca4ba6fe94ceea8b9 11 0.01/1.00 vMB 0
118,350 118,350 000000000000106b99c37b2b360aeb7bc6922d817de61d39f1628ca1d575a812 17 0.01/1.00 vMB 83
118,349 118,349 00000000000097136bebcc97dfd015fbc4281e4a17a7b9a3111385bb048b7d68 7 0.00/1.00 vMB 0
118,348 118,348 000000000000255849a44cec426466f1d2963f41b52d608d3ef94c06bcc7b029 12 0.01/1.00 vMB 153
118,347 118,347 0000000000001506d3f53858079c5f96a79005a35ececfac32dd85b7f6083e76 1 0.00/1.00 vMB 0
118,346 118,346 000000000000b9d026e759fd5dd467b26fbea4ca60e220d823b7353083fee8ac 6 0.00/1.00 vMB 0
118,345 118,345 0000000000007feb16d878d7805efaf2eadbda5ad156ca6a3b137afdb52fedd0 7 0.00/1.00 vMB 0
118,344 118,344 000000000000b6b794659328e242a6b919f4f6e332f3a59d4e7609915e2f6927 29 0.01/1.00 vMB 377
118,343 118,343 000000000000876fce87b4f76ed110a51eca3a5b97727d856e1326bd8eb6b202 5 0.00/1.00 vMB 0
118,342 118,342 0000000000009bd1cdaadbec67abca807429d189717bf03e5649d60d384e53ac 5 0.00/1.00 vMB 580
118,341 118,341 00000000000098e4cb8a8dafbde968a41a25c84f5cb317030f6123e66cac615a 11 0.00/1.00 vMB 0
118,340 118,340 0000000000006273098d8dc5a4a8345008343ec3aa4afbe97084775666837020 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.58 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.24 GB
    • Received: 15.89 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.