Loading Tool

Explorer IconExplorer

Memory Pool

35,025 transactions
12.16 vMB
0.14363619 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.20/200 MB

Candidate Block

Mining Attempt 204f4968f26a605012748d8e20166ebb0bfda65b73463d31777a720dcb47a59b
Version 20000000
Previous Block 00000000000000000001cf815e573b122d47c2a0f15da2855cbda6efaa0e80a8
Merkle Root 7a3eaa62d6fc140213db22c8b816675a59ac3e0645f2dd71e43a74dba12b8e1c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,011
Size: 1.00 vMB
Total Fees: 0.04638594 BTC
Avg Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,036 (808,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,784 104,784 0000000000026f4d721aa21ad90a36363e577b021b569ad58472a73966aa9a2b 0.00 MB 6 0
104,783 104,783 0000000000013f76f199dc814e0bed3b05c8c2954724f121dbd4d31bc88ccdf5 0.01 MB 24 0
104,782 104,782 0000000000018c513f62ae7fc4b15210e02d93b133ba031287b2d21a246a0cec 0.00 MB 3 0
104,781 104,781 0000000000021298ee2be4b93ae90e0c5206c0c5e79ab31205107dc1d6d0fbf7 0.00 MB 1 0
104,780 104,780 000000000001e3578b04e9419bac1a6e6806d24f9928129b84d036c1aab1e4d8 0.00 MB 1 0
104,779 104,779 0000000000027168ee6feea283243bb046f0190af02874bd4cb8ba68c466cbd2 0.00 MB 4 0
104,778 104,778 0000000000017231e19df8783c436c24f803851d2ef7eaf93cde237bab92a8c5 0.00 MB 1 0
104,777 104,777 00000000000259d11e839a0c22e14d017c86b7422acb7879d87817e77107f67c 0.00 MB 5 0
104,776 104,776 000000000002294942c7f62d0fdf58522e45a47e3e14e24992a5ec8ad19c607b 0.00 MB 4 0
104,775 104,775 0000000000025d0a74e6e645e236a1a96bc56942889c8d72c3b0cebb6476c6d2 0.00 MB 2 0
104,774 104,774 00000000000009371386d929dee2c08afe0011dbff416245104b1857f3f9a5fb 0.00 MB 1 0
104,773 104,773 000000000002192ba5881b47fd6914819fa1590ccbeba4c49d55af1e0f8ae73d 0.00 MB 3 0
104,772 104,772 0000000000000fe919539878073d169245f55a86cab68e382b8a33502c656ac3 0.00 MB 1 0
104,771 104,771 000000000001dd6ad60a742bbd7005703f860b7521a915b00a6f037e6dbe1a86 0.00 MB 1 0
104,770 104,770 0000000000022043f9ea2c298f3381c6ddd86b968271117dd55cb48ac297954c 0.03 MB 3 1,003
104,769 104,769 00000000000053dd7549b03afd260f695e5bfcecca55055d4f3e980cccdfb389 0.00 MB 1 0
104,768 104,768 0000000000021ecac6ea6e14d61821b3ddcb8f4563c796957394e4181c261b4d 0.00 MB 4 430
104,767 104,767 000000000001987eed997453ebacf3b24ae321b2b81226595616ebbff731d841 0.00 MB 7 534
104,766 104,766 000000000002bc1ddaae8ef976adf1c36db878b5f0711ec58c92ec0e4724277b 0.01 MB 26 599
104,765 104,765 0000000000003f48899e4c7407b499aca05ef3e9fa9160cc6688d63621bd9daf 0.00 MB 3 0
104,764 104,764 000000000000d9a39938178cb073db22e2a089589ca1c82399bf1f2769411558 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 778.91 GB

Node Details:

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