Loading Tool

Explorer IconExplorer

Memory Pool

82,424 transactions
30.73 vMB
0.08030102 BTC
Random Selection Loading Transactions
Max Size: 188.40/200 MB

Candidate Block

Mining Attempt a3244930386b28d94727ff69582a3a1cb2fcefa7802a51c7cb9305f2ea6f1d2a
Version 20000000
Previous Block 00000000000000000000da0edbb3d775bfacdf06a00f717a7f06ad044f066fee
Merkle Root 99d96deb0f96503f87a33a023acde97e880bd4bd76395372ffc432abc0cba2b5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,013
Size: 1.00 vMB
Total Fees: 0.01151555 BTC
Feerates: 79.55 > 1.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,334 (527,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,822 387,822 0000000000000000017bfc6b05d4dc2c59d48eedd0d5541098d0ed457a9cc231 1 0.00/1.00 vMB 0
387,821 387,821 00000000000000000cf6e5ac8d7a3a93eaa22b763529c546e27a9d91d3665573 2 0.00/1.00 vMB 0
387,820 387,820 000000000000000008b4c24c62ec6e8beddcf30ec3281b30a4b255abf33470fa 1,055 1.00/1.00 vMB 19
387,819 387,819 000000000000000008628ab2829ea1f09e62bc0382fab033b46bb4ff60fd8d45 2,055 0.93/1.00 vMB 33
387,818 387,818 00000000000000000c025098aa9ee6a9ece87ed097de7b025c6cae9144ec66e6 2,749 0.94/1.00 vMB 43
387,817 387,817 00000000000000000bb51286a57bb52e0efe8a287c5f092d2f38a53ef4498e3c 1,902 0.75/1.00 vMB 34
387,816 387,816 00000000000000000daa555b24d578a82350d907bbe09bc035aa5f744b9936d0 3,230 0.93/1.00 vMB 55
387,815 387,815 00000000000000000007c22f357efd5b2f975ed9410e052f141cda85abb72aaf 538 0.21/1.00 vMB 38
387,814 387,814 000000000000000002ef208fdaf4a50204160b6f71ed9777c40ffc9b03ffd343 237 0.14/1.00 vMB 33
387,813 387,813 00000000000000000bdd913d8b486b63c630fa8bf84918a6bf6a1daaf3c1052e 904 0.52/1.00 vMB 36
387,812 387,812 00000000000000000514e97e5bef4d1fb85fe4b1c0aab9d87715d063de3464f8 1 0.00/1.00 vMB 0
387,811 387,811 000000000000000000eb8b4b2a6d715a6487cca641f40afd6a546326648268de 1,463 0.75/1.00 vMB 28
387,810 387,810 00000000000000000779f953751aa61b988106f4fcac79269b7cbaa04da34731 667 0.87/1.00 vMB 10
387,809 387,809 00000000000000000b67b7a70fb485f8f6aa33413915de5d95da3e532985db43 219 0.13/1.00 vMB 29
387,808 387,808 000000000000000002a8834e463171f86c0fb02c72a4d4db1d689b65bd7d93f6 917 0.99/1.00 vMB 12
387,807 387,807 0000000000000000097672ff1c8392a8cf1a66c48737192f68fb30e9df397f8f 1,080 0.50/1.00 vMB 36
387,806 387,806 0000000000000000007ad94411a124314ddada89ac9a667837aa7200eb7f8e97 1,266 0.75/1.00 vMB 23
387,805 387,805 00000000000000000637b41740cf541d54c7cca56d9d5e1c3985dcd442f901cb 1,915 0.75/1.00 vMB 37
387,804 387,804 00000000000000000c183f7967b08f6b38747c25accc064ef4d454a73742573b 295 0.13/1.00 vMB 38
387,803 387,803 00000000000000000b5f5c5d694d3d7ad44f314262be37faf6374aeb8412fa9f 2,381 1.00/1.00 vMB 31
387,802 387,802 00000000000000000ab39432966dcddcfad5b92ee0acf2b791dee09c321eff3b 2,080 0.75/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.97 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: 715.96 GB
    • Received: 17.76 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.