Loading Tool

Explorer IconExplorer

Memory Pool

51,232 transactions
28.83 vMB
0.07675042 BTC
Random Selection Loading Transactions
Max Size: 155.06/200 MB

Candidate Block

Mining Attempt f2db43d338c2afe191e280faf755e786110f15e8ee596c9b6cb3ef27294ec9a8
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root a8c4ac5f45d6804e22c146a61015148c5a959e0daa9fb9397cd786ea412ffc97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,517
Size: 1.00 vMB
Total Fees: 0.02082445 BTC
Feerates: 122.12 > 2.09 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (902,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
12,563 12,563 000000005b70e100cd670a9cb9225ce261211b26dee5fef87e12e984dc058e41 1 0.00/1.00 vMB 0
12,562 12,562 00000000c67f441cfa03008da0d8c2f15efb671bfa53df6bdfa17bf8a033217e 1 0.00/1.00 vMB 0
12,561 12,561 000000006fc33794e51f4953887e588b0f21ebe428216236926c022d6de629bc 1 0.00/1.00 vMB 0
12,560 12,560 000000009a47ec44cb75738811f22705708cfa7339b5bd77e9c88a0e0fb4466b 1 0.00/1.00 vMB 0
12,559 12,559 000000000aa565856ad95d2ea1447f5202b62eb7edfdfa463612ccf681356015 1 0.00/1.00 vMB 0
12,558 12,558 0000000038603a059892ca9b85f65f81bc9893a3f07218e5cbf4390f4c706867 1 0.00/1.00 vMB 0
12,557 12,557 0000000009211c7628f5a6170e9eed1112c402322c46a3c3da1f78b61aa26958 1 0.00/1.00 vMB 0
12,556 12,556 00000000faab65067a6d6863c58f7d234402e4b48898cd9daa4c2d51c81e41ea 1 0.00/1.00 vMB 0
12,555 12,555 00000000cf7a9c10f579cc21239c34db0b663d789b0708274952d8c382c178d1 1 0.00/1.00 vMB 0
12,554 12,554 00000000bf4244bab23c284b211c0bbab3f599495e134797d7b478fd0142f876 1 0.00/1.00 vMB 0
12,553 12,553 00000000cddaa2685e57f1f6083b0ffa599a6505fbbe25c159f10dd74905026d 1 0.00/1.00 vMB 0
12,552 12,552 0000000059a14eacac9005adc69622a1acc56f538d118be2bf3c0527bdd85615 1 0.00/1.00 vMB 0
12,551 12,551 000000002dd6245563f5269842d40c314b1b6b26d0fdae52948a3a5d171879b2 1 0.00/1.00 vMB 0
12,550 12,550 00000000cd421410ad4c2edc7b4d3557ca6c52bc15b1d7b2b53a5dc104c54cf5 1 0.00/1.00 vMB 0
12,549 12,549 00000000d7d24a34be3375d741cf65d713c863098cf5db166cc74589f4e2e7df 1 0.00/1.00 vMB 0
12,548 12,548 00000000d43850fa3813eabdd64e686ff91f94dabdd14a9c95d5549cec379460 1 0.00/1.00 vMB 0
12,547 12,547 00000000a556031fea5172c6c4d14a666dbf463f9512a184553532fc5a564a43 1 0.00/1.00 vMB 0
12,546 12,546 00000000345e3221e310129e82a45c7ad1d178d7cff9f364551e5ea7de75f0be 1 0.00/1.00 vMB 0
12,545 12,545 00000000d4e40a7e23a3fae35be7da8befd40656b7d2a0efed1a210a935281f9 1 0.00/1.00 vMB 0
12,544 12,544 00000000e2cd348321b2b64caf07c52581ba78e90ee176e85b43da9669f45de7 1 0.00/1.00 vMB 0
12,543 12,543 0000000049a27204692e33247bddf61533e2b1e3b81bea439afbcd48fce86c3b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.02 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: 649.84 GB
    • Received: 13.22 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.