Loading Tool

Explorer IconExplorer

Memory Pool

55,716 transactions
31.91 vMB
0.17079516 BTC
Random Selection Loading Transactions
Max Size: 171.70/200 MB

Candidate Block

Mining Attempt 0c1566ecbf4b32b0764e766b2068ed591df7ca09fc40ce230f5e018c0a1f7171
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 21bc254d99a5c6123e4bdfd0f4077cfc188fbfc6e0ecf283524fa24130095498
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.06734944 BTC
Feerates: 465.21 > 6.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (71,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,502 843,502 00000000000000000001ea298630ee818f0f20f6c8d6d02455ab27ae11018254 440 1.00/1.00 vMB 10
843,501 843,501 000000000000000000032537982404080f5013ce4d183401e1a8d4ab87063b84 4,910 1.00/1.00 vMB 13
843,500 843,500 00000000000000000000c8699c50cfac4888b218539502308546cfe7bace2335 5,406 1.00/1.00 vMB 14
843,499 843,499 000000000000000000019259cce9de5e9dcbe80e2c00c8e96d67a61c9b8b3220 5,968 1.00/1.00 vMB 13
843,498 843,498 00000000000000000002e1ac4d0abfda1a5c08932575dd2820481edc12d2099a 5,973 1.00/1.00 vMB 10
843,497 843,497 000000000000000000009a8a3ff498b1015fcf35ff6e3d6349f0ff9c12ba13fb 2,286 1.00/1.00 vMB 12
843,496 843,496 0000000000000000000284753eef8e179acce93155c6e3dcdec6afa3ead9f111 2,901 1.00/1.00 vMB 22
843,495 843,495 00000000000000000000f3c939a4d5d453c8a325ff14da7fdb97ec46bdc1431b 1,984 1.00/1.00 vMB 20
843,494 843,494 0000000000000000000085717899368137a7fc1f15e7e360c6c205a4679769c1 2,946 1.00/1.00 vMB 15
843,493 843,493 00000000000000000000d4bb08f60475519bbd4ca0285d5b217bbcbbc78a4d7b 3,184 1.00/1.00 vMB 19
843,492 843,492 000000000000000000012e507d3a9d3ffd87044ed5c13976dc53247c0c128a5f 4,445 1.00/1.00 vMB 12
843,491 843,491 00000000000000000002154fa0f5e884d962e41855135d882fef443d2f34e89b 633 1.00/1.00 vMB 10
843,490 843,490 00000000000000000000bea7292b794123cb3d40bbe1ce2ba8e048d7691fcf7f 4,859 1.00/1.00 vMB 11
843,489 843,489 00000000000000000001d97e069dc8431260f8e7923c108b56b81d9e04c0e5aa 2,275 1.00/1.00 vMB 11
843,488 843,488 00000000000000000000b9f0093c14794bd832b144000cc3994960992e479f6a 4,244 1.00/1.00 vMB 11
843,487 843,487 000000000000000000031c9173a819bd4b7711360d87665ca4c2e8f0787d0c3e 5,948 1.00/1.00 vMB 12
843,486 843,486 00000000000000000002249e1b2ea754470bce6a3a210176d66d9e3ac9bfea59 3,956 1.00/1.00 vMB 14
843,485 843,485 0000000000000000000047939cc6ff6f155dc5a471c5f0ec0d2a56fc527d0916 1,299 1.00/1.00 vMB 14
843,484 843,484 00000000000000000002face2be268e30d07c4463d37818a75661e51d84e3081 1,049 1.00/1.00 vMB 12
843,483 843,483 00000000000000000000aa22d02cedb351a9e5061b1d5bc7fbd6c95b78d1ff96 2,356 1.00/1.00 vMB 22
843,482 843,482 00000000000000000002322441b3c03be5e6a601df526bab6cfe5bf3e60100da 1,389 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.