Loading Tool

Explorer IconExplorer

Memory Pool

39,222 transactions
31.96 vMB
0.09359044 BTC
Random Selection Loading Transactions
Max Size: 158.63/200 MB

Candidate Block

Mining Attempt ee5e1442e8cf733ff1edc469c79a0b5950c502a339ddbd52daedbd50481adaf8
Version 20000000
Previous Block 0000000000000000000153f71b7f7eccbb10249914947240c1efe2db5faaa00d
Merkle Root e0d72c2850d9ef2690e07decec4fe2be6d9d578bc57a7b60e8ebf4b424178327
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,473
Size: 1.00 vMB
Total Fees: 0.02851244 BTC
Feerates: 393.72 > 2.86 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,331 (115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,216 914,216 0000000000000000000032d6c7398d2fce1a9f0ca4874c78c38f1b7f20754298 1,447 1.00/1.00 vMB 5
914,215 914,215 00000000000000000000f9cc9430b1c75cb23484af9e7ec66b0ac92105aa7fbf 3,512 1.00/1.00 vMB 3
914,214 914,214 00000000000000000000ba672725fc943dfda3e1cdead8a888b3218041ce0745 3,502 1.00/1.00 vMB 6
914,213 914,213 000000000000000000004b2f08280fa3b2e9a35c182e23d920b50047c343d50b 2,578 0.52/1.00 vMB 3
914,212 914,212 0000000000000000000068a19e2c8603f600f8e1009067a4b544ffa99ecd4b07 2,248 1.00/1.00 vMB 1
914,211 914,211 000000000000000000014bdf9a1d02556ec1ff5e8400450ce3ac011b13d1f5b9 4,086 1.00/1.00 vMB 3
914,210 914,210 000000000000000000019295710f8a15d7ccdc5181b926c5589975b7b7550f48 4,242 1.00/1.00 vMB 5
914,209 914,209 00000000000000000001722f1792b25382798042f3258e47694b9704d856e804 3,379 1.00/1.00 vMB 3
914,208 914,208 00000000000000000000642395af6c167a3a00b6dac8fbc226ea1889e0a9bf07 5,914 1.00/1.00 vMB 1
914,207 914,207 00000000000000000001c3ace938cd41aae3d8100cda8d20ee51181c873ae543 871 0.22/1.00 vMB 3
914,206 914,206 00000000000000000001d1d5ceb3b7a7302454e0e7fa4107866912023b1317f5 5,634 1.00/1.00 vMB 0
914,205 914,205 000000000000000000001bf75ff8ccd4ab4e52c2b601d3cae6ed8f2b7ae5dd87 5,205 1.00/1.00 vMB 3
914,204 914,204 000000000000000000001552d6d064c0465d220bfa7b8a084a49948871c10e62 5,852 1.00/1.00 vMB 0
914,203 914,203 000000000000000000012f752b66db609c6c2a4b29284f0e90ab5e0416a64772 6,252 1.00/1.00 vMB 0
914,202 914,202 000000000000000000012dfa67675ea69c2e0c54e99093837525deab01e2b5e5 1,653 0.43/1.00 vMB 2
914,201 914,201 0000000000000000000084b756c8388e03a58dcda7c91ad8a0a0ff26f389512f 2,076 0.64/1.00 vMB 2
914,200 914,200 00000000000000000000cfd3481d5dc6b723f4e62052b015bd9a9891d6d18add 5,815 1.00/1.00 vMB 1
914,199 914,199 000000000000000000020533b6f8bb9515ad186574f3384d7b109eb8bfb2e84e 4,090 1.00/1.00 vMB 2
914,198 914,198 00000000000000000000b12a9b0e08e4bfb73dbf9298bbbd647c91dbfe7d222d 6,123 1.00/1.00 vMB 0
914,197 914,197 00000000000000000000ed8bdbc3e7cb7566c108091a33157faf7ff423724b39 3,134 1.00/1.00 vMB 3
914,196 914,196 0000000000000000000032d81b56df9fff9453a08f3e3f9107dd1c0c705a4d85 4,096 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.19 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: 583.12 GB
    • Received: 9.33 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.