Loading Tool

Explorer IconExplorer

Memory Pool

40,498 transactions
28.13 vMB
0.06488590 BTC
Random Selection Loading Transactions
Max Size: 143.70/200 MB

Candidate Block

Mining Attempt b9f0d973c4a96d43cd7a36886b7379a7f3fedd78686fb8c6cae184b64ca82f0d
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root 07a8272917553cf596cf34aa80a2edaf9953150dd7169272e42eb2560fb5c16f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,925
Size: 1.00 vMB
Total Fees: 0.01080393 BTC
Feerates: 201.07 > 1.08 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (79,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,137 835,137 000000000000000000000aecc84fd4de8bf1c50f0eb43bccecaa0f9fe714df1d 472 1.00/1.00 vMB 8
835,136 835,136 00000000000000000000f9e92a5f76bb5cf056d0f82402777a23e23472fafa79 3,520 1.00/1.00 vMB 11
835,135 835,135 00000000000000000001b4c17eabca84599e23e80fad2f39aa50e838469c1946 1,847 1.00/1.00 vMB 15
835,134 835,134 000000000000000000005d2d032d691874a1e25de4ffbca3ee3905bd46972736 2,866 1.00/1.00 vMB 19
835,133 835,133 0000000000000000000186275bf6cb956c1aa9d1f03c88a63a88075aa6e768d3 2,372 1.00/1.00 vMB 23
835,132 835,132 000000000000000000003fb24eda91e051e2f59eee3ec0abd168f02328d6c48f 2,972 1.00/1.00 vMB 23
835,131 835,131 00000000000000000001a0084ad8987db901472460d4ba7ea98abedb5d6b6b94 4,252 1.00/1.00 vMB 17
835,130 835,130 00000000000000000002179cd74dbd1e55128aee14ad217795779f8a5a1939a1 2,788 1.00/1.00 vMB 11
835,129 835,129 00000000000000000000381b531068e89a274aa3f63d2ece8a71e538e9da2565 2,519 1.00/1.00 vMB 16
835,128 835,128 000000000000000000013f82ba4de177b74a7d3f607c365703cdf4d3990915d9 3,276 1.00/1.00 vMB 21
835,127 835,127 00000000000000000000a749637b6cf86fd9ac9b7a1bda448cfa1c9c42d53bdb 3,009 1.00/1.00 vMB 21
835,126 835,126 00000000000000000000230bd95b8026ab7e7116338fb2ad12004456a16d4c07 2,157 1.00/1.00 vMB 11
835,125 835,125 0000000000000000000212cb13a1d29c8c26ab004cf2b654b4970addd85767e9 2,676 1.00/1.00 vMB 20
835,124 835,124 0000000000000000000263cd47575e81e180c0bdcbec35a08c50ac7f74b72377 2,539 1.00/1.00 vMB 12
835,123 835,123 00000000000000000000d456980664f676a6edaa408fc1aea6df08d5ea433602 2,992 1.00/1.00 vMB 17
835,122 835,122 000000000000000000009e3fb67ce3f2ca6f8d5c18924118934a901590fb56cf 3,804 1.00/1.00 vMB 14
835,121 835,121 000000000000000000032358afb765e5312a7f93c81ce57d333275f2df3ca3c0 2,725 1.00/1.00 vMB 26
835,120 835,120 00000000000000000002a7d2233cab55734f62cabc138b2228004484da53ab2c 1,572 1.00/1.00 vMB 13
835,119 835,119 000000000000000000018c9c1cb7616bac2f64a73ead450f6e0a5f238e2c094e 4,483 1.00/1.00 vMB 17
835,118 835,118 000000000000000000031a4821271718133fea500dc93e023bcb6fbb69c4240f 2,663 1.00/1.00 vMB 16
835,117 835,117 000000000000000000007d3a59aeb7940ab34e82791786d311c554251c5d4b24 3,495 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.