Loading Tool

Explorer IconExplorer

Memory Pool

38,493 transactions
27.71 vMB
0.07528646 BTC
Random Selection Loading Transactions
Max Size: 141.66/200 MB

Candidate Block

Mining Attempt 2ecd577c622d2b5edf64e9836cd7375dbde63c71143d75e4c866b616ed0ed551
Version 20000000
Previous Block 0000000000000000000073ebe7fe130f67de1ab2e9c5c1b68fcc6f5f37d33261
Merkle Root 22de77d2e6eb21872362ebfd3d85a3b1fc1d60e8f19f0caf1ad3185415d34fb4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,560
Size: 1.00 vMB
Total Fees: 0.02061027 BTC
Feerates: 222.83 > 2.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,271 (839,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
74,841 74,841 00000000005d5fd336f6de396fa8033a881d255651116c1fd4bb02f8b534e0fb 1 0.00/1.00 vMB 0
74,840 74,840 0000000000471a165c64bab81041452dae09b80a8111e48fc1da0897377af060 1 0.00/1.00 vMB 0
74,839 74,839 00000000007803be60d5151ae70d6b6147ccccff8e79e642f0d804dca88577c9 2 0.00/1.00 vMB 0
74,838 74,838 00000000005f70d17f81f1d51e606328d6b28ebc0780daab61b756b4b23406b1 1 0.00/1.00 vMB 0
74,837 74,837 0000000000713a212b9a1c23040300bf89b4ec70b45964025e0f97f707ef9608 2 0.00/1.00 vMB 0
74,836 74,836 000000000029d1c6f09383df93e9b1c9280552e02282a3d34d012baa5202d750 8 0.00/1.00 vMB 0
74,835 74,835 00000000003ae9c5f1e4ca994647bab6243f918c3958bace909ab75c2cf819fa 4 0.00/1.00 vMB 0
74,834 74,834 0000000000222ee9a60a2679fc4ab30fb08ac09ba0b8ef90c1fb4e22f18b59f6 5 0.00/1.00 vMB 0
74,833 74,833 00000000005e449d31290fbaa37a1edd108b79808f18ca0ca551d7fbde3df26a 4 0.00/1.00 vMB 0
74,832 74,832 00000000005c485d616c3ac6d38a7d8ac7449676e98088063311d81ecede3195 1 0.00/1.00 vMB 0
74,831 74,831 000000000071304cb7ea0b69659bd6b58db9c6b64c2a31b0382cb0a3cc41d1f1 1 0.00/1.00 vMB 0
74,830 74,830 0000000000207b50a565b344b84285c93851774d7fc0648aa243cc89e94ba632 1 0.00/1.00 vMB 0
74,829 74,829 0000000000351ec4613af53c568165cbcb644b986769ede1924074d503a84d9b 1 0.00/1.00 vMB 0
74,828 74,828 00000000004df70c3cc0e3d02853ea2df276b9c75c126d827be3522b5d65951e 1 0.00/1.00 vMB 0
74,827 74,827 000000000035230231e6a13c0b8052bb880f0086a6678c261246b4c165c44e1d 1 0.00/1.00 vMB 0
74,826 74,826 00000000006fa0f61b01ee6e4fda2a18ccef155a1b70c7463404f1174ec25de9 1 0.00/1.00 vMB 0
74,825 74,825 000000000077784c589feeccfdbe2313ef749676f1408d6bd893a7450ada0214 2 0.00/1.00 vMB 0
74,824 74,824 00000000001f8d1bdac4f4f74ccfaa4b4c8069352283d937316a8705636875ae 1 0.00/1.00 vMB 0
74,823 74,823 00000000006c4e11ef2f9ad2a03b98debe106a984f21380cafb357178c571f47 1 0.00/1.00 vMB 0
74,822 74,822 00000000003a5695766344508a92260ddce82b4c325d7abd4aca8f7b07b28f7d 1 0.00/1.00 vMB 0
74,821 74,821 00000000000995f47538cf61cb46e2cbac13d1c3f9a50b9b5e394c0304d15ba6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 578.35 GB
    • Received: 8.74 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.