Loading Tool

Explorer IconExplorer

Memory Pool

24,784 transactions
17.58 vMB
0.03608035 BTC
Random Selection Loading Transactions
Max Size: 99.64/200 MB

Candidate Block

Mining Attempt a934efa5356b159106f364a4bc90c46c0f62d8796129621c337c62135584a045
Version 20000000
Previous Block 000000000000000000012c77719957fa52cbbe1cf40295cef5ac0396ad13f97e
Merkle Root f13159856baf4dfb35e73ddaf56eb5ea1f40bd2f47830fa9468f81f24446c74e
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,741
Size: 1.00 vMB
Total Fees: 0.01779842 BTC
Feerates: 75.00 > 1.78 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,773 (179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,594 938,594 00000000000000000001e3fdf2086cb9a4eaf56abe1ff50e5b4ee7d9fe882843 3,672 1.00/1.00 vMB 1
938,593 938,593 00000000000000000001becf9850e4d1f28e176b61a8fe48b3af8c74fe9ec9c0 3,457 1.00/1.00 vMB 2
938,592 938,592 00000000000000000001af46310944f88350f8e250646c7fdaa61bccc81cc05a 3,842 1.00/1.00 vMB 4
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
Previous 10 blocks ↓
Total Size: 824.50 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,197.06 GB
    • Received: 229.21 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.