Loading Tool

Explorer IconExplorer

Memory Pool

49,112 transactions
29.80 vMB
0.09548649 BTC
Random Selection Loading Transactions
Max Size: 158.74/200 MB

Candidate Block

Mining Attempt 4cddf72b61e69238acb38f66fcf4d0a6bfa1779b534dc210a4a982016303048e
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root c805fe8bfcddd8f6f336a781480967a75977d30f73309e96e2a1fbfcc42ee3da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,242
Size: 1.00 vMB
Total Fees: 0.03186346 BTC
Feerates: 150.68 > 3.19 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (304,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,718 610,718 00000000000000000009d8f7639071d2395de300c36e94d6cafdcac29c858005 2,404 0.89/1.00 vMB 13
610,717 610,717 00000000000000000007376230c1885020b2d2ffdf30f8cccceb7a96aff04f6f 2,441 0.71/1.00 vMB 5
610,716 610,716 000000000000000000059b58349a8e1bcc3523a670dc758e66b76a5aa8c64129 2,135 1.00/1.00 vMB 15
610,715 610,715 0000000000000000000210099aadc886131783471fc34052ad6a6915ccd884d2 1,483 0.47/1.00 vMB 9
610,714 610,714 0000000000000000000fd4f88f5d205d21ead16b70201e042f2528d94e75e7b0 3,006 0.99/1.00 vMB 13
610,713 610,713 00000000000000000014c5dd515f9ad0286bca8ff28803070ea12f1ee37978f3 667 0.25/1.00 vMB 13
610,712 610,712 0000000000000000000dafe57023d627a4b8f2b352625b6583e889ff9f074666 2,448 0.77/1.00 vMB 13
610,711 610,711 000000000000000000129c1fc0167dbd228be33d886d786a23fd3da2cbb1c8dd 702 0.21/1.00 vMB 21
610,710 610,710 000000000000000000075fef8447d5446ba34d3bd83b44e202490c5b887f5bd9 2,391 0.82/1.00 vMB 14
610,709 610,709 0000000000000000000aa00d0fa7142036ac80942ddd20e2efdc815ff484f067 1,490 0.45/1.00 vMB 13
610,708 610,708 00000000000000000012ed5dfcde5ea65b8eec4cbdd2a362e0f0ebd98058a45d 2,158 0.79/1.00 vMB 4
610,707 610,707 00000000000000000000205e89bdd2a3aa12e8e0abbb6e4e7b64823c2e5a05c5 2,654 1.00/1.00 vMB 21
610,706 610,706 0000000000000000001411d674349edcf8f4c38a14e090ee8482590fe4b66217 264 0.08/1.00 vMB 8
610,705 610,705 00000000000000000013c7e0a0c62b77957dbe4b11c2a8aac330686070629e95 1,695 0.74/1.00 vMB 9
610,704 610,704 0000000000000000000c53a0a47f3523c4d7739da9b4c487ca12ec20a497789e 2,606 0.87/1.00 vMB 10
610,703 610,703 0000000000000000000ba230371bdc221909ceff1290ba5200744285d20775df 2,761 1.00/1.00 vMB 16
610,702 610,702 00000000000000000008c66762e69a80c974e5a46807d0109a745533120cd3e5 2,572 0.74/1.00 vMB 8
610,701 610,701 00000000000000000000c36d3e13157e9302677d778ebab16c62f767456764d0 3,122 1.00/1.00 vMB 15
610,700 610,700 0000000000000000000316c5f688f75aeba4027afc076e7bcd9e1c7dd49f6347 805 0.20/1.00 vMB 9
610,699 610,699 00000000000000000011cd4a6791bb3a1ea194985e4545efcce0835ad8fc71d2 1,341 0.34/1.00 vMB 8
610,698 610,698 00000000000000000011d89099b037cff5ba08bedf4584cc3b287c93cf750a1c 825 0.26/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.