Loading Tool

Explorer IconExplorer

Memory Pool

83,112 transactions
31.77 vMB
0.12159739 BTC
Random Selection Loading Transactions
Max Size: 191.44/200 MB

Candidate Block

Mining Attempt d04f20f9b53ff999baadf0c65c26fe63f28294e4609947a0e7cb6a7ffa14eb80
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root b7781854d4bd45dfbff580c3b2675e196bf026fc2b2eefeee3ee52c3f04d3c3c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,614
Size: 1.00 vMB
Total Fees: 0.04645275 BTC
Feerates: 150.75 > 4.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (100,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,090 815,090 000000000000000000002c1133693104a6d1c53340d7c85be3ba61523e4b9e06 3,464 1.00/1.00 vMB 16
815,089 815,089 0000000000000000000039c6c49d0859deaadc02dcbc5244e1c67d929dac21b5 3,108 1.00/1.00 vMB 18
815,088 815,088 0000000000000000000192598c1864939229f6ce8af76c49f189a5097d81dc41 3,502 1.00/1.00 vMB 18
815,087 815,087 000000000000000000021e191b2ff95889c522b2e3da55d71b86c99dd7c9ff0b 4,753 1.00/1.00 vMB 11
815,086 815,086 000000000000000000012531f7e34db1da160ae00461c8918613b22e142b858d 3,366 1.00/1.00 vMB 10
815,085 815,085 000000000000000000048029461095ee8ccb8aa3cb0087d938185683d9e154f6 5,012 1.00/1.00 vMB 13
815,084 815,084 0000000000000000000373c663edef801cc80098157dfc4892d665f53d3276ac 4,044 1.00/1.00 vMB 13
815,083 815,083 00000000000000000002f17047e561b259d28fb86ce4f86f1222af4c23fdddb6 3,608 1.00/1.00 vMB 25
815,082 815,082 00000000000000000002a4581cb25a89e6c2a9d2f4c4aa62ecaa4c527fe69bd0 3,666 1.00/1.00 vMB 11
815,081 815,081 00000000000000000003d864b0428d75cee83deb1ae478e516e9a9a554bb145a 3,795 1.00/1.00 vMB 16
815,080 815,080 00000000000000000003942ce9c949df17a2271eae9c4c20a722fc60fee28750 5,822 1.00/1.00 vMB 11
815,079 815,079 000000000000000000046935dfbfa5bdb6d2cf11efb31a2a1ad598a8060b0734 4,030 1.00/1.00 vMB 10
815,078 815,078 00000000000000000001f80d4ff94f24613e4ae06bdaaab1c587da9c23900784 3,363 1.00/1.00 vMB 11
815,077 815,077 000000000000000000014c2f2416ae449e026f25550b973da382510b3b47dade 3,426 1.00/1.00 vMB 14
815,076 815,076 00000000000000000004539d68dad06a47b0f4a83ce0341f57a91e5cbe7ac42d 3,796 1.00/1.00 vMB 19
815,075 815,075 00000000000000000002e987fe14ac0efe1bf9aa2b7be7efbd3dd5cc94b38d78 3,049 1.00/1.00 vMB 25
815,074 815,074 000000000000000000003e649746aaaa1e82d4971c828be24c586620909ff7b2 3,183 1.00/1.00 vMB 11
815,073 815,073 000000000000000000005bad5ef969b61120c3f336a1e53d13357d5f34b95e93 1,754 1.00/1.00 vMB 10
815,072 815,072 00000000000000000004289b0682d045d45a7bd52234edca4e4b8bebafcb5177 2,767 1.00/1.00 vMB 15
815,071 815,071 000000000000000000041d95beb17a6556d816a8bcb77a9e5c88f77d6afe287d 3,589 1.00/1.00 vMB 13
815,070 815,070 0000000000000000000426c0e08098277c9d4a1c97292cc83c877803b2e16e3e 3,427 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.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: 700.29 GB
    • Received: 16.60 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.