Loading Tool

Explorer IconExplorer

Memory Pool

49,572 transactions
30.77 vMB
0.11864534 BTC
Random Selection Loading Transactions
Max Size: 164.20/200 MB

Candidate Block

Mining Attempt 1fd7435ab62edb79029a5ebd30202b5ef45b335113d9ef94a700d3e3c1c50f8a
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 80ff2c4b2c920c3b1d93f6c6548d08e82ac18b6a52345204fa9a80a9f34b5897
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,127
Size: 1.00 vMB
Total Fees: 0.04965938 BTC
Feerates: 150.97 > 4.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (408,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,275 506,275 0000000000000000006a0081e7a1edffd36a0baa7d11503771cc1b384ad66335 673 1.00/1.00 vMB 67
506,274 506,274 0000000000000000000eefa02e9af71acab80806cf78ff3053a57d453aa3917a 737 1.00/1.00 vMB 78
506,273 506,273 0000000000000000001e5abd458007f609a183c80011f33f560902560d377538 1,163 1.00/1.00 vMB 83
506,272 506,272 0000000000000000004f4ff8e4b5a2a8c4dfd1601d3c5e9d1e2995e40d490546 1,675 1.00/1.00 vMB 188
506,271 506,271 0000000000000000002b90ff2841c268d561b19c7a43b27e88f6bd1ece3a3117 1,082 1.00/1.00 vMB 75
506,270 506,270 000000000000000000038d9068abf9d0e8db42a0c6c291080a3d8e7916c85374 1,282 1.00/1.00 vMB 49
506,269 506,269 0000000000000000003ce3c220a6226fab816ba4fcb867c6c618977ffa378134 1,781 1.00/1.00 vMB 164
506,268 506,268 0000000000000000001e416f0b86a31cb9beab258d2e15206f0f085d00b43e4f 511 1.00/1.00 vMB 38
506,267 506,267 00000000000000000050e8a33eab155532a51a7bce26e8cb4372f09e2c33f2d1 2,228 1.00/1.00 vMB 187
506,266 506,266 0000000000000000005c28bff3a1f773a1acf6147355a9131b7a39b3d4047276 1,764 1.00/1.00 vMB 287
506,265 506,265 0000000000000000004324a50e88380f8069ed3217d2b37be289cc80894c84c7 1,013 1.00/1.00 vMB 39
506,264 506,264 0000000000000000000da700f910caadd8c87d059062a22ed57413b96d9e106f 2,023 1.00/1.00 vMB 61
506,263 506,263 0000000000000000005e63a82d36695991b27257b6fa2a3e9b31fef411187cef 1,462 1.00/1.00 vMB 70
506,262 506,262 00000000000000000055d35a9c34526a33ffb59a3b8d1d0b58202e9772d0cd46 1,782 1.00/1.00 vMB 195
506,261 506,261 00000000000000000066809955bbbaa1c14642831004877926db694e411cdb5f 1,958 1.00/1.00 vMB 179
506,260 506,260 000000000000000000118dc2fdb14751638da481f9d1047763594750cedf3557 2,033 1.00/1.00 vMB 232
506,259 506,259 0000000000000000006b11454aa3964d0713674ceb783a4c41425d9cf61b9f94 2,215 1.00/1.00 vMB 269
506,258 506,258 0000000000000000003d570d4c522661cd3437a95ed443b7f40ce24783520687 2,156 1.00/1.00 vMB 187
506,257 506,257 0000000000000000006a668f36aa23756e00b1c25fe7ec7d765a7c482c194cd2 1,312 1.00/1.00 vMB 88
506,256 506,256 00000000000000000031fa75cb60ece91e4e356eb614fd45edca8e7f1d6bcf1b 1,826 1.00/1.00 vMB 131
506,255 506,255 00000000000000000047cd91269670d094f4836a8f614077566671c0c6f54dea 1,990 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 782.13 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: 652.40 GB
    • Received: 13.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.