Loading Tool

Explorer IconExplorer

Memory Pool

76,520 transactions
20.40 vMB
0.04870558 BTC
Random Selection Loading Transactions
Max Size: 138.23/200 MB

Candidate Block

Mining Attempt 321ed14e299d61bb3b2bdcc978d1a10b53f93c4f1360ea79dc4c23664fb99690
Version 20000000
Previous Block 0000000000000000000111818f7299025e9c7362fb76d608484f7f6b6d81586f
Merkle Root 12b2db6db0fee132c379b783b3c2b6d4b77ca44b729d57f2ad1b8a944a8196b7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 7,003
Size: 1.00 vMB
Total Fees: 0.00405310 BTC
Feerates: 60.06 > 0.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,029 (228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,801 915,801 000000000000000000015528cd4e84226a4cde7691e25404a45dedeffca6715d 3,740 1.00/1.00 vMB 6
915,800 915,800 00000000000000000001f2f5bd00c3e79f2570249aea80927e8f2a7909c605d7 6,028 1.00/1.00 vMB 0
915,799 915,799 00000000000000000000a91e38907ee6c875c2ae31843a2dbea49bd78ec4dffe 3,317 1.00/1.00 vMB 3
915,798 915,798 000000000000000000005b273def125124eeae80d56e7b15037fc80898b610a7 1,173 0.35/1.00 vMB 2
915,797 915,797 000000000000000000003f2ee55b218e78eee8f9fb0168f905388f433d7b5e9d 906 0.24/1.00 vMB 3
915,796 915,796 00000000000000000000a85135c89002dad3161c8e465d9f04ab55bd216bab7b 4,262 1.00/1.00 vMB 2
915,795 915,795 00000000000000000001d9cbef3835e9c711aa93792f3a094933be00e4d4da6b 2,089 0.64/1.00 vMB 2
915,794 915,794 000000000000000000014e33bc9424d2ea28fb6049b737c974e6463e4d8e8294 5,463 1.00/1.00 vMB 1
915,793 915,793 00000000000000000000a7025da05b2b628060f080354080c258b18f96488234 4,069 1.00/1.00 vMB 1
915,792 915,792 00000000000000000001454090e167d835d4e99c0857dae27e86d0e860239817 3,888 1.00/1.00 vMB 1
915,791 915,791 00000000000000000001da66cbebd1c27abaab4125761e8a27cbdadee15889d5 5,451 1.00/1.00 vMB 0
915,790 915,790 00000000000000000000ff74bfb40680373d7e0d51bb306216ec9f4752e8f0b0 458 0.13/1.00 vMB 2
915,789 915,789 000000000000000000010ce097654d190668496cf5133912372d882eb8a0c962 3,632 1.00/1.00 vMB 1
915,788 915,788 00000000000000000001062a7870e8a485fcf1635cee9cdc63c4d1f55cf68bed 3,387 1.00/1.00 vMB 0
915,787 915,787 00000000000000000000a946a9c77d92809496eb0bb551ad77eea91b5dfedb4e 5,783 1.00/1.00 vMB 0
915,786 915,786 000000000000000000005af503ee5c0d87b0e4d197f7463612a1b0b4f26ae6f9 1,401 0.39/1.00 vMB 1
915,785 915,785 00000000000000000000f051b9c0b63555632427bbefb7554df925b51c0c609d 3,475 1.00/1.00 vMB 3
915,784 915,784 0000000000000000000033c9596f5af71ab06640a7a83adbb7cf2582c5114636 4,250 1.00/1.00 vMB 0
915,783 915,783 000000000000000000018c06d8909336eab64d7888477f0aa333fd4f6cfa2ab1 5,383 1.00/1.00 vMB 0
915,782 915,782 0000000000000000000003d67ac42d2b72920edfe366b2d9e982f6dcd104be19 3,451 1.00/1.00 vMB 2
915,781 915,781 00000000000000000000599244c598d8e7814467d2c1c0d218a09e760d5f41c7 4,104 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 784.17 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: 810.99 GB
    • Received: 23.50 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.