Loading Tool

Explorer IconExplorer

Memory Pool

18,841 transactions
16.53 vMB
0.02495634 BTC
Random Selection Loading Transactions
Max Size: 86.08/200 MB

Candidate Block

Mining Attempt aeff4b840716038489b247d5ef3f32d9d8bbc1a3b4fe881c24b9b3eeb8b69fdd
Version 20000000
Previous Block 000000000000000000015a9f4cb9597a9bc3ef66d936dfe3977752f3ee874a21
Merkle Root 207be142e2b8c945d093210bdc4fd22efb03f8e49440281d4e346273cc65d366
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 6,094
Size: 1.00 vMB
Total Fees: 0.00734952 BTC
Feerates: 275.74 > 0.74 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,756 (3,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,601 938,601 00000000000000000001275ac0a89fac91c1e75bf218aa784ca97e6b8ac2ee10 3,717 1.00/1.00 vMB 5
938,600 938,600 0000000000000000000025e1428d1a10d1e080db9332bfbdea5a1427716162c2 290 0.06/1.00 vMB 1
938,599 938,599 00000000000000000000b4214945b785728076754dcb5ae663d6e1ee14800166 3,610 1.00/1.00 vMB 3
938,598 938,598 00000000000000000000118985e6ff66d62ea0e1adbc77b17bb7a9e776d4ae3d 691 0.16/1.00 vMB 4
938,597 938,597 00000000000000000001c8b965d34a5e31c99bdfa6afb6501d395136407b7ec7 4,100 1.00/1.00 vMB 2
938,596 938,596 000000000000000000014f7b1f0075fa6445cbfd9123a896366de624c84a1789 3,154 1.00/1.00 vMB 2
938,595 938,595 0000000000000000000078430f6699ae92077361dcc3b606246e6ac2697eede0 4,227 1.00/1.00 vMB 1
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
Previous 10 blocks ↓
Total Size: 829.88 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,670.80 GB
    • Received: 254.37 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.