Loading Tool

Explorer IconExplorer

Memory Pool

78,646 transactions
29.38 vMB
0.06378169 BTC
Random Selection Loading Transactions
Max Size: 176.83/200 MB

Candidate Block

Mining Attempt ecb7821ec48fd68a49e30e77a8b8f8a47a510e71929f120ef678e73c57fbe33b
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 470cc805d690367dde7cfefbf80b7c0ce9a0bb025aa239ced8bdcb39b4676047
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,529
Size: 1.00 vMB
Total Fees: 0.00422187 BTC
Feerates: 30.48 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (136,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,120 778,120 000000000000000000055b53f6d511206fedc6f8b68a8854c8f0865b2f34f4da 3,148 1.00/1.00 vMB 22
778,119 778,119 00000000000000000000934ec345f7bebe8378288ea8e02081f700a1cfa2abb3 1,595 1.00/1.00 vMB 3
778,118 778,118 00000000000000000004f8dbfb5990ff7f2eff282cfa57d9e051c81e3e7c5f65 2,144 1.00/1.00 vMB 12
778,117 778,117 00000000000000000002c074159703062a1cc10220ed16f5f4334167f8933acf 1,652 1.00/1.00 vMB 13
778,116 778,116 0000000000000000000477df283cac9c0dd963e8a82f2ae2650ac3362a9cd1d0 1,802 1.00/1.00 vMB 15
778,115 778,115 00000000000000000006eb7bec72b08d5f3e3f761bce8fdc93b40e30b3655932 1,103 1.00/1.00 vMB 2
778,114 778,114 000000000000000000054d987501a6f5a774ec9d002e1fa09da84c87d56465e7 2,993 1.00/1.00 vMB 10
778,113 778,113 00000000000000000004ac085f4026fa7451ecaeef7c8f29627eab9660a8a393 3,039 1.00/1.00 vMB 17
778,112 778,112 000000000000000000028c41e59f9e9db14e2bc9b84e46a1a1dea82b5bbe7af6 3,373 1.00/1.00 vMB 22
778,111 778,111 000000000000000000051f78ed56dd91b6e353664e909f33bbb4f7c7526aaa8d 1,973 1.00/1.00 vMB 7
778,110 778,110 000000000000000000030d377b338289f436e992ad66c040a9c66abfcc129c70 3,660 1.00/1.00 vMB 23
778,109 778,109 000000000000000000011ec8d6c53e6387e7635ec791525fe7bb1bfd93a30cda 2,243 1.00/1.00 vMB 13
778,108 778,108 000000000000000000055fe16263124bc26499dffd2112b0ef0b72c945631f70 1,775 1.00/1.00 vMB 8
778,107 778,107 000000000000000000001ad478f8013f13009819e5238a9931c76c60b8562169 787 1.00/1.00 vMB 2
778,106 778,106 000000000000000000018b4ee2a21faa0fe3f7e95554afa8f3e83e14cf5423b6 997 1.00/1.00 vMB 4
778,105 778,105 00000000000000000003178db7b52b47ab35f5ef488eba5d6d95a4226a596b9a 1,964 1.00/1.00 vMB 11
778,104 778,104 00000000000000000006714c9156eb22a49890e5d9658db99ca932f0f2775c73 2,666 1.00/1.00 vMB 21
778,103 778,103 0000000000000000000573970323ca781ff2ba982fbbfe7c8aca559e0314c959 3,215 1.00/1.00 vMB 10
778,102 778,102 00000000000000000006849dab8b2af5d47811c970cf32a794c58f2b0d77c734 3,494 1.00/1.00 vMB 19
778,101 778,101 00000000000000000002693d64a26395c2324d33d13464f123bef6d63a064408 1,992 1.00/1.00 vMB 5
778,100 778,100 000000000000000000054c24eb1d93ffeb969bfdfde8e444ea2584d8ef63d95f 2,500 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.37 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: 663.15 GB
    • Received: 14.89 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.