Loading Tool

Explorer IconExplorer

Memory Pool

11,281 transactions
3.93 vMB
0.01441229 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.75/200 MB

Candidate Block

Mining Attempt ca8c7c6689ec1745b48732d942d16e8ebf577f4833c76c3888bc3537b1618458
Version 20000000
Previous Block 000000000000000000005e48657bcfe345fc6b7394e4c436ca67b2ecba5b4fc1
Merkle Root d68deb8cf67ec772aca062de2acd4956c712d2a5a2e797ce9a0b3e154b5eb12a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,775
Size: 1.00 vMB
Total Fees: 0.00987448 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,488 (563,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
349,687 349,687 0000000000000000035562f24e685dab00fe9f569a594477cc503bdb35454201 213 0.14 vMB 20
349,686 349,686 00000000000000000bfb620278dad3e9fdb29b3c2f2ca3af56e45a1cdd94d3fa 220 0.13 vMB 22
349,685 349,685 00000000000000000c090631e1dc394387ffe4b00e239f5680e12b6fec5a10b0 274 0.16 vMB 15
349,684 349,684 000000000000000000b9e53bf22e560a13ad64b6aa5bde50193d4e65d5953c77 428 0.24 vMB 24
349,683 349,683 00000000000000001378de21cfd8c21e66a98a5110fa2ae501857a84002a1a2d 725 0.42 vMB 24
Previous 10 blocks ↓
Total Size: 779.71 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: 362.31 GB
    • Received: 1.73 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.