Loading Tool

Explorer IconExplorer

Memory Pool

82,933 transactions
31.37 vMB
0.10675361 BTC
Random Selection Loading Transactions
Max Size: 190.75/200 MB

Candidate Block

Mining Attempt e0e2799aba2f698d8b75b4afe39e274ae9208e87f3cd2bc429e2fd80d61e500c
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 06df879a28d0d726b8bfc5fcf2adb13a2ff0da833fce8fa0aa8f879ca3f41e9f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,995
Size: 1.00 vMB
Total Fees: 0.02974852 BTC
Feerates: 151.12 > 2.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (527,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,828 387,828 00000000000000000744465aa15ef619a0adca33ead6a04a497f3986ed57ed89 1 0.00/1.00 vMB 0
387,827 387,827 000000000000000003cd120340f6e1c786984a63225bd06e6c24a54e96730a44 1,540 0.99/1.00 vMB 21
387,826 387,826 00000000000000000682a5c86fd5184f59d077d5967661346143aa6760a37be7 2,159 0.75/1.00 vMB 56
387,825 387,825 00000000000000000c5e78ee6a8369d96ff2fab521493f54fb76e249cb3b3f8b 68 0.05/1.00 vMB 22
387,824 387,824 000000000000000001ce6244f569020e2e61700f3fa1289f88ed21c5d5fae78e 67 0.95/1.00 vMB 13
387,823 387,823 000000000000000006decc38f5be0cc4edcd62b5e3f09a3992588438a4ba7889 2,464 0.75/1.00 vMB 73
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
Previous 10 blocks ↓
Total Size: 783.06 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: 720.67 GB
    • Received: 18.24 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.