Loading Tool

Explorer IconExplorer

Memory Pool

77,670 transactions
28.90 vMB
0.07962746 BTC
Random Selection Loading Transactions
Max Size: 174.92/200 MB

Candidate Block

Mining Attempt 9fd45022f42d633c78d09ded1f95e1e2f0171d4fc07cdd03074b074973415cc6
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 74562b02fcd2bc52cde4092d6527c5f2614d948a79ab7b47f04dfac1b73ffe83
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,374
Size: 1.00 vMB
Total Fees: 0.01944168 BTC
Feerates: 81.07 > 1.95 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (310,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,045 605,045 00000000000000000014c120b0deecc81e001152ce9f5e0ffa8dd66dd753c3d3 1,932 1.00/1.00 vMB 9
605,044 605,044 0000000000000000000eb7d45ab68d90165fda61ae610f2ee924821ddb7661d3 2,997 1.00/1.00 vMB 25
605,043 605,043 0000000000000000000a31693e9a473dd7612d50287efd65536f7e3bb11eac19 2,893 1.00/1.00 vMB 42
605,042 605,042 00000000000000000001d147cf61806e10ab7f7586e5ed901b7b057b216c5965 2,607 1.00/1.00 vMB 25
605,041 605,041 00000000000000000010b00762561504abda2a5ae6444175cf9dee24ebc5c77c 2,459 1.00/1.00 vMB 22
605,040 605,040 00000000000000000009ec5b2efe106d6b3918f535b6b8ac3a29aba52127a536 2,994 1.00/1.00 vMB 38
605,039 605,039 0000000000000000000743b72dd5463025bce366948dda61a371b3f1ea92d834 2,039 1.00/1.00 vMB 14
605,038 605,038 000000000000000000032624d51f9556c63fcc49949d0686cff864657a88ccb7 118 0.04/1.00 vMB 15
605,037 605,037 000000000000000000137173bee098615a35c4bcc158b2a999b41291165c240d 2,300 0.90/1.00 vMB 16
605,036 605,036 0000000000000000001189f386020b038013272dd4a0db91d4910deb02405c8f 113 0.04/1.00 vMB 16
605,035 605,035 00000000000000000006734e6fcbc7aa1772f7484a7f56d75ad7db2ce642576d 2,973 0.86/1.00 vMB 10
605,034 605,034 00000000000000000000fe186dfed95fdb0d1dc336f8dacc6d98c931c223844b 2,941 1.00/1.00 vMB 25
605,033 605,033 0000000000000000000ed710febcbecb150d3294136d20ca1d0a7e67a627934c 1,863 0.66/1.00 vMB 19
605,032 605,032 000000000000000000092c4144e68812f9ebc0f370d13f2e704c48cb6380b918 2,668 0.88/1.00 vMB 8
605,031 605,031 0000000000000000001446113c29f0e85eb5df2a8e0eda57f7ee4dff90198d80 987 1.00/1.00 vMB 7
605,030 605,030 0000000000000000000bfcb4a7770b620258f52500de2b6c12e583cc9bf404e7 2,373 1.00/1.00 vMB 16
605,029 605,029 00000000000000000012df9e1a317fa6f5858634d39b825a5795aea998c58105 2,977 1.00/1.00 vMB 19
605,028 605,028 00000000000000000014eb2f605a47ce12d7101a25d766f5ce931103e6077db6 3,054 1.00/1.00 vMB 29
605,027 605,027 0000000000000000000e8e65fa0a71c8d8d62ad1339c6722152082e53f84b15c 2,720 1.00/1.00 vMB 28
605,026 605,026 0000000000000000000a163d6fd8192db05e10fa982c2c71235a5676fae348f5 1,504 0.51/1.00 vMB 19
605,025 605,025 0000000000000000000f3b2e74536cfa7a3bad46dddb72d69e3475bf52bbc42c 1,547 0.49/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.