Loading Tool

Explorer IconExplorer

Memory Pool

1,352 transactions (0.39 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.30/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,293 000000000000000000022b910000000000000000000000000000000000000000 1,337 0.01280169 BTC 0.38 vMB 2.29
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,292 (871,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,060 41,060 000000001abe8ec51c1fb417a4a932d0a2564fc1243ceea8d09885eabaca58e0 0.00 MB 1 0
41,059 41,059 0000000016dbdafcbd2ad28749a4d3cdb9d239caafa5196096c3bd5c144e9e90 0.00 MB 1 0
41,058 41,058 000000004ff7971f6e427322e30699c0d672ed687bdc34402ed81f0b772ae986 0.00 MB 2 0
41,057 41,057 000000003649c6bff1059db8056e8f1c77f750db70c8d64aaf0797ae9a53d73c 0.00 MB 1 0
41,056 41,056 0000000053b5d0c890160cc955c729a1f42afae620a9c5543208eaa13bcc07eb 0.00 MB 1 0
41,055 41,055 000000000108f9b4b5832095c6a6bbbee93a254936e399eb25020e6acfbccc2e 0.00 MB 2 0
41,054 41,054 0000000036c7dd42fa92145d1aff1a807fb7afc4ebcdb006b6a3e1138f12cb83 0.00 MB 1 0
41,053 41,053 00000000111624dd53cb26230066619aa0b27e06443e396b0fb59f56626bc824 0.00 MB 1 0
41,052 41,052 000000002786390411328a4f835533be87ef1eb5310c7828e515be2ac44348f3 0.00 MB 1 0
41,051 41,051 0000000061f16220e089a9b593fbdcdc160d77ba9208e6ded7fe37fe3159089b 0.00 MB 1 0
41,050 41,050 000000005d35eff90714748d2d15d627be0eb2e948f1f59626deeaa95df4ecfc 0.00 MB 1 0
41,049 41,049 0000000001d4a05011358fa06df2138149c11e63ec6a3d7b0cc83b64a1375f9c 0.00 MB 1 0
41,048 41,048 000000004f03c880929d905f2adc5a37ab3e3114f9af96cfb2120429bc58d17d 0.00 MB 1 0
41,047 41,047 000000004421d9be8fc918788d09d03aa234d0d9bede576bbc9a5777093dae1e 0.00 MB 1 0
41,046 41,046 00000000274edcf50b31736bc4aa0ea8edfccd5563880576a6b8154b288d2974 0.00 MB 1 0
41,045 41,045 0000000053670151d83b5cfe1c26437d85c3a001a64755419ac0063bc7eaef41 0.00 MB 1 0
41,044 41,044 00000000008f019d84d51bd954c2f51c1158cca9f89dcf9cea67eea411bc5edd 0.00 MB 1 0
41,043 41,043 0000000015b7efbad9bd0773fc4b3c1ad1f1421038839d286f426dcf48384bb1 0.00 MB 1 0
41,042 41,042 000000004d88fd2eab0fa7983b43624e6570fa0766a32e42925ae9fc7344914c 0.00 MB 1 0
41,041 41,041 0000000056b1cbb493f08ee09d0372c12325602a1983d35a98ecbc67f27c5532 0.00 MB 1 0
41,040 41,040 0000000003d2a6226764e881077c4688cda45ac6cafe99b3c8347ab47f4cf0fb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,541.18 GB
    • Received: 136.43 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.