Loading Tool

Explorer IconExplorer

Memory Pool

4,425 transactions
2.74 vMB
0.00607621 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 14.39/200 MB

Candidate Block

Mining Attempt dcfd7ee2283c6d3aeae1a5c2e216f0b6d8ee772910d96e2e08c02b2d1b8f619d
Version 20000000
Previous Block 000000000000000000004add86aaefc0da3ca3a002afd28e31edfdf90893d962
Merkle Root dd66d3552dc0bbaa89ff3d799fb34b2ab9626ecc9a762a0f72f447ec4b005101
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,990
Size: 1.00 vMB
Total Fees: 0.00416904 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,491 (563,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
349,708 349,708 00000000000000001715a4b58befe4c9f00261f475a8383c2c5517a6ce08c57c 819 0.36 vMB 24
349,707 349,707 0000000000000000076db955410d41915826d5d05abd65caaa96fd7aaf7fcf22 579 0.28 vMB 29
349,706 349,706 000000000000000005bed0d45d0209854ba000d03caae521a8ccc0c37edcf995 226 0.10 vMB 25
349,705 349,705 00000000000000000b1001d973b7bd7cac65723c1515bbdd6dc52d687d214c7e 449 0.25 vMB 23
349,704 349,704 0000000000000000018aeabf3ea642c6759e7e3ebf2323fe937662e4917d23b3 1,312 0.57 vMB 26
349,703 349,703 000000000000000008aafead51952635ba747cfd7c16d88a2e9284dd19945c08 1,138 0.58 vMB 22
349,702 349,702 0000000000000000175a119e9db06067451ce3562c5f0d273bff16c326aeb920 512 0.18 vMB 114
349,701 349,701 0000000000000000165d51c3850e8bf341b96649193a98d0a11e682a681b4523 1 0.00 vMB 0
349,700 349,700 0000000000000000165f28a435379e82787c91864d2eefacf6b4e5ecd7db0d1f 591 0.33 vMB 12
349,699 349,699 000000000000000006c37ea6d9f41e3255e96d4d60d22e962899de74ffdc0114 1,324 1.00 vMB 18
349,698 349,698 000000000000000016d89ffef7501453f2113e1528134c3bf87635bcd5771f70 2,403 0.75 vMB 43
349,697 349,697 000000000000000011fc3e46b61242825c71d81fbdfc05e6949d2e21cc3ce82a 1,097 0.63 vMB 22
349,696 349,696 00000000000000000d39548671d83503c0ccc3454db4f61eaca82dfde5641887 512 0.16 vMB 53
349,695 349,695 00000000000000000528370533e87b66d17c8d1fed6cfc068fbb4b2a2ee3fbcd 590 0.29 vMB 22
349,694 349,694 000000000000000000e8eaf1eb6fc59b25c7ca5be37114e98b39933097dd8cc0 570 0.34 vMB 25
349,693 349,693 000000000000000012f00b49de32dd39ebd7382be284c036121e1560c14c0e70 64 0.02 vMB 41
349,692 349,692 00000000000000000973216c4b98bd93e6e61ce75779a18e7fba9723c9e227ac 1,411 0.70 vMB 25
349,691 349,691 0000000000000000019ed3710f4713d2173ed8f2c65a8e76406b00a7d9ea6413 729 0.38 vMB 27
349,690 349,690 0000000000000000119b829a9b87213680f7ecd953ba06e311ef38126c671a88 2 0.00 vMB 0
349,689 349,689 000000000000000016c8cba40a0ccb3653c94870956e71330be8d1da2eb9a6fb 688 0.34 vMB 26
349,688 349,688 000000000000000015dcfe92959eccdbbc45bfa9d7acc04772976c0948f3f7e2 645 0.35 vMB 28
Previous 10 blocks ↓
Total Size: 779.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 363.32 GB
    • Received: 1.74 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.