Loading Tool

Explorer IconExplorer

Memory Pool

78,839 transactions
29.20 vMB
0.11992440 BTC
Random Selection Loading Transactions
Max Size: 176.09/200 MB

Candidate Block

Mining Attempt 5c1c99eca37d76c58702d61754bde363c83c13897936b68d2a134a5de76d50c4
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root ee26b9c7903221496b999ae0b94e656c7e4f6a39371f7de775ad0ea41fbd5895
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,140
Size: 1.00 vMB
Total Fees: 0.04352329 BTC
Feerates: 150.80 > 4.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (92,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,974 822,974 00000000000000000002b1492f9d4a0d5f423241000c6be27ced1e666788b9b4 3,815 1.00/1.00 vMB 84
822,973 822,973 00000000000000000001df4198c95e2eb6604b219b4d2047f81200729a46f044 4,151 1.00/1.00 vMB 101
822,972 822,972 00000000000000000001c3cc67605aa47cc7547d2357bf7c1a941035e798fcf9 4,183 1.00/1.00 vMB 90
822,971 822,971 000000000000000000039a9030d0648b3942b4c8fd4d1454b168cf6dea43f5d2 3,912 1.00/1.00 vMB 100
822,970 822,970 000000000000000000003dc309813c0a1049bfb8d6be0cf02d41f57e99b1f031 4,043 1.00/1.00 vMB 80
822,969 822,969 00000000000000000000dc8d345c4f708839dbc9419c24833ea87fa19a35612b 3,995 1.00/1.00 vMB 74
822,968 822,968 00000000000000000001afcef9eaae6dbc3a50edbc1a3569e857830de2cce302 4,195 1.00/1.00 vMB 99
822,967 822,967 0000000000000000000238c1a830ababe1c5a0e6be1b7c1a01d3b082d589924c 3,777 1.00/1.00 vMB 77
822,966 822,966 000000000000000000031aa60ba1d97f0223ef1242ffd36959a924b389f1ea31 3,911 1.00/1.00 vMB 97
822,965 822,965 00000000000000000002033cbfd3fb65d55abbd4835c5d256b2508e8c0d0e86b 3,819 1.00/1.00 vMB 111
822,964 822,964 00000000000000000002d8d2719fb29a3b6fd97bbb8978e83f64adec6b804653 3,941 1.00/1.00 vMB 69
822,963 822,963 000000000000000000033d7acd8ab7e0b0fab3b8a79340bfce21593cd310e0f3 4,109 1.00/1.00 vMB 64
822,962 822,962 0000000000000000000071293e6610aa1c50e61f08da036164302f6ef76df914 4,154 1.00/1.00 vMB 77
822,961 822,961 00000000000000000000310c7248fc22ca98f80fd4073cc41758a650e9083a50 3,955 1.00/1.00 vMB 97
822,960 822,960 000000000000000000034abcf7d31fe94a2f6cd637a8493b39c64f2f758717e2 4,000 1.00/1.00 vMB 107
822,959 822,959 00000000000000000000beb79ccd5651836423ef6c30476130ec224a9712365f 3,740 1.00/1.00 vMB 90
822,958 822,958 00000000000000000001928996af21beaf6dcfa3ee01aae66611e1d4196dd1cc 3,830 1.00/1.00 vMB 67
822,957 822,957 000000000000000000009504e74a6541875a99fb53712bf596e91418d25f3f33 3,494 1.00/1.00 vMB 82
822,956 822,956 00000000000000000000b396fc3e0c5d6d08d6fbd22467ebcd7b3f384965824a 3,407 1.00/1.00 vMB 77
822,955 822,955 00000000000000000000a6e56246639fe989478734876369863834e74d1384a7 4,390 1.00/1.00 vMB 71
822,954 822,954 0000000000000000000191c77b54ae62b9ce67365d640a5546e3b8cb6fb3a4d6 4,454 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.