Loading Tool

Explorer IconExplorer

Memory Pool

43,133 transactions
19.96 vMB
0.09498619 BTC
Random Selection Loading Transactions
Max Size: 112.79/200 MB

Candidate Block

Mining Attempt f44c5646f16f99338ef43c22194d70c379e5717fa689b45da458fc3ae698ec06
Version 20000000
Previous Block 00000000000000000001c6f1449909b43e6c3e2f259e653d98402e7ea5f43c7c
Merkle Root 3cf106e673723464ac81f417acb985a13e1a305f365281883f6635fcf891eb4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,333
Size: 1.00 vMB
Total Fees: 0.05586695 BTC
Feerates: 121.65 > 5.60 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,059 (894,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
19,829 19,829 000000007cf4099a017e7b5b937193799426b686002898b3b33da90c5c4652b5 1 0.00/1.00 vMB 0
19,828 19,828 000000007609c970cb3de17fe04a5b58580f17080ff928b6d9f6d41c02f2cbdf 1 0.00/1.00 vMB 0
19,827 19,827 0000000075531732a7d782eea2d28a41e565365b4e24420c551d866763b7face 1 0.00/1.00 vMB 0
19,826 19,826 0000000037f72cfae01f3c31501de2ca334a005654b4411e11be1f2ec8b28fad 1 0.00/1.00 vMB 0
19,825 19,825 0000000040495c2d2da4cbb4d88ad5234a6b4c086b4ac50b433ec7148d20d849 1 0.00/1.00 vMB 0
19,824 19,824 0000000003b61d396c2b8982cedec7b60ffe03fdeb46cc5fd64f4a2be411a38d 1 0.00/1.00 vMB 0
19,823 19,823 00000000d885fb730e42a50c4d9302c9420b9616dba8a2c0d152369d98b17166 1 0.00/1.00 vMB 0
19,822 19,822 000000006c9441717dffb24de7da623f7d3d7a7889a3cbac11925ce5ca740d0f 1 0.00/1.00 vMB 0
19,821 19,821 000000001e0768d04fe085b3ec6ba611fbaffbcf8cf624fe2309ad6b5d4ccb25 1 0.00/1.00 vMB 0
19,820 19,820 0000000002e9eb7c5ca85a2e96db1926c205df56565e61c65dc27c2061e69479 1 0.00/1.00 vMB 0
19,819 19,819 00000000e7cd43b8f7b17a255ae4f6e5d45fa288f7a9c5bf1065e28934662013 1 0.00/1.00 vMB 0
19,818 19,818 0000000098bdb3059cefe21b071d1384de81c8fba1397d930bc1a409d85f0fb1 1 0.00/1.00 vMB 0
19,817 19,817 00000000cbe8a0757d01fabfd35b25f0a80acd408e5befb093a634988bccbc64 1 0.00/1.00 vMB 0
19,816 19,816 0000000043251b96557c2ead86203a96fe50375543a61a9b2bbaf1a64b2c6b25 1 0.00/1.00 vMB 0
19,815 19,815 000000006476530bd72f6ba77278ae574b106456ee3cf3a7db4efb9999c706f5 1 0.00/1.00 vMB 0
19,814 19,814 00000000a1ab7d26c8eb455080ac3ab5de54be18e845155a1a9e9f18113f178f 1 0.00/1.00 vMB 0
19,813 19,813 000000002b968e6f563a08767cbe3e107f818dd78aabe32fe7af2dc0bf0f5f78 1 0.00/1.00 vMB 0
19,812 19,812 00000000fcd4254bacc434b2e3c775057140f6e8ff587f2a892e4959f6466f3a 1 0.00/1.00 vMB 0
19,811 19,811 00000000177894aa2b3120867004d9ddcf29b436c0619aceb1a6999687493261 1 0.00/1.00 vMB 0
19,810 19,810 000000000e29d3cf6e2f510f226e6ab64cefb383da6a649a76f6828c616e6f04 1 0.00/1.00 vMB 0
19,809 19,809 00000000b5f6f2224e495627e797c80c136c0bc59f8268382c4703fc7501872f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.70 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: 554.65 GB
    • Received: 6.76 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.