Loading Tool

Explorer IconExplorer

Memory Pool

23,618 transactions
12.91 vMB
0.02851983 BTC
Random Selection Loading Transactions
Max Size: 77.33/200 MB

Candidate Block

Mining Attempt da03a8d5cf11322f2bfb6a5b8fd6342fe7ee5cf167fb676899a97c1f2203e13c
Version 20000000
Previous Block 00000000000000000001494eed78ec1402ec9bf3302f10d2e1ac40f70d1301ee
Merkle Root 42a6e52aeb6efb1e3a89f5fe0710df3e9be6b579b41ffe6ed72cc7052d1fb8b5
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,168
Size: 1.00 vMB
Total Fees: 0.01500853 BTC
Feerates: 222.55 > 1.50 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,614 (23 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,591 938,591 00000000000000000000214170d14a37e7f0d2857e69c6204379b2fe89ca50b1 3,082 1.00/1.00 vMB 2
938,590 938,590 00000000000000000000fb5ba9937cf11e4fe70599249790f0f0bcd245f1b80d 2,156 1.00/1.00 vMB 2
938,589 938,589 0000000000000000000154502da49efb39dd7a08057c9cb3e1dbc6d8559a813c 2,721 1.00/1.00 vMB 3
938,588 938,588 000000000000000000018f1ac9fc75e3108de73c212d3881ac0372963d9728f4 3,082 1.00/1.00 vMB 2
938,587 938,587 000000000000000000008be29fdae4c4f9c9c07c15ed87a6bd77d18d483ddea2 3,506 1.00/1.00 vMB 3
938,586 938,586 00000000000000000001a17969370f6a902ab4cfc232678621f658217535ae64 4,088 1.00/1.00 vMB 4
938,585 938,585 00000000000000000001b1e8dc8164131bd088726f7ca2790f51abeb95a62bf8 3,846 1.00/1.00 vMB 8
938,584 938,584 000000000000000000005cd39b54451bcd6d0ef1ab8eccd269f581c04d0697d7 3,007 1.00/1.00 vMB 3
938,583 938,583 00000000000000000001223c63c8d7de9921c2f1c735b09ad60cf07913cbf539 3,115 1.00/1.00 vMB 2
938,582 938,582 00000000000000000000be54fbd63f2f35f0308a0285b8ab2de4fefd8bb552f0 1,142 0.30/1.00 vMB 2
938,581 938,581 00000000000000000000ea855d2782b87b84e21cb99da9794ecbe8ddee89034e 3,087 1.00/1.00 vMB 2
938,580 938,580 000000000000000000007b6686ebdaac5d80707c4761abad66cc9915a142eac0 669 0.22/1.00 vMB 2
938,579 938,579 000000000000000000012ba303fdfb05983d19bab98cbe52f365f03c0bdc9ee9 536 0.13/1.00 vMB 4
938,578 938,578 00000000000000000000288f3ef9b2d36b4cd8d6f87ccc9dc04a080b7138a632 2,884 1.00/1.00 vMB 2
938,577 938,577 00000000000000000001c93d109cc4acc8c4cca2bbdfbc0d3356c5e79088ba78 4,205 1.00/1.00 vMB 0
938,576 938,576 00000000000000000001b6898323b6081a03b9f2ac823de0352bcf677a865493 2,799 0.99/1.00 vMB 2
938,575 938,575 0000000000000000000075e1f7de5bc8eee8d75b28f06c6be45ddd53b2cbf4f7 3,566 1.00/1.00 vMB 2
938,574 938,574 000000000000000000004a690f9c20928ce55873c444258dccb1e5e4cedf9a9d 2,341 1.00/1.00 vMB 1
938,573 938,573 00000000000000000001dea69f7055a229073febe27e114d24e7689127a7205c 2,900 1.00/1.00 vMB 3
938,572 938,572 000000000000000000001e7b74c955c61ecfc25d58e25995a0e0cb5fd68f3490 2,740 1.00/1.00 vMB 2
938,571 938,571 0000000000000000000125d824d57919da060f41683f8026effb2b87fa5f7630 4,218 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 824.21 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: 4,126.31 GB
    • Received: 227.86 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.