Loading Tool

Explorer IconExplorer

Memory Pool

73,574 transactions
28.51 vMB
0.07102555 BTC
Random Selection Loading Transactions
Max Size: 168.47/200 MB

Candidate Block

Mining Attempt cab107068cd88fdb19bd0f136d158faad1be120950c6b3c71a4a119d0e8ab237
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 2d5269a86e8f8c544014afba37cb9e3b99a50867a36f400dca888db6aeb5bb82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,391
Size: 1.00 vMB
Total Fees: 0.01375431 BTC
Feerates: 100.36 > 1.38 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (284,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,368 630,368 000000000000000000046d250a2b24dfab0dcc7f6f5ac7c580933d321ace304d 2,974 1.00/1.00 vMB 155
630,367 630,367 0000000000000000000c1b75bbba459a43c287b1eccdbbc4a4511afbb2cc66bd 1,660 1.00/1.00 vMB 142
630,366 630,366 000000000000000000114cbe744292eb4d6e65401f28093135357d0a0ae4780d 1,686 1.00/1.00 vMB 139
630,365 630,365 00000000000000000009e853476c33c219ec67127e96875827d5a0c95a94157f 2,394 1.00/1.00 vMB 138
630,364 630,364 000000000000000000036a77a8854de6133db83c0540bf912ed626a741469e4a 2,634 1.00/1.00 vMB 135
630,363 630,363 0000000000000000000c11178be46c3620c0f185a52a5e4dedc449c4021d3760 2,704 1.00/1.00 vMB 154
630,362 630,362 0000000000000000000b967f3a186689451be12923a3b64e9e86a88b606b47f1 2,307 1.00/1.00 vMB 136
630,361 630,361 00000000000000000003c9107faad6c7fcc6a6249fb5c4bf2e93ae19cfa81c50 2,426 1.00/1.00 vMB 140
630,360 630,360 00000000000000000005016d880088ef8300a0c4ed2127cc5ab607c47b6d14a2 3,015 1.00/1.00 vMB 146
630,359 630,359 000000000000000000076a5b5fd348f605620ba253dbd09a8f7ce39adb79786e 2,996 1.00/1.00 vMB 160
630,358 630,358 0000000000000000000bbdb82044fde33079f1f42aee341ee922828474f3c369 3,176 1.00/1.00 vMB 173
630,357 630,357 00000000000000000008089d3adf3f4c8eaef5b89202c64568fcc87a0875cc0c 2,958 1.00/1.00 vMB 165
630,356 630,356 0000000000000000000a4e864f8401cbfa36f105e99a2d6b41f5c5b2fedfe37b 3,138 1.00/1.00 vMB 155
630,355 630,355 000000000000000000076bb2fb6a392108bdd351e3f7a96c9f1dc2efbe9dbc2d 2,710 1.00/1.00 vMB 147
630,354 630,354 0000000000000000000083751cc64d0e19206fc7ea9571aedf03d643a32b0757 3,120 1.00/1.00 vMB 168
630,353 630,353 000000000000000000090bc04a8d9c97213c311d704400a7af6823b68d4a3028 1,436 1.00/1.00 vMB 145
630,352 630,352 000000000000000000004b54e5fb5e84bafb73525ee5d4b64b0568b631aa2021 2,611 1.00/1.00 vMB 147
630,351 630,351 0000000000000000000571696d3256cd8b226a126eb76e1ee915458d73cf16be 2,821 1.00/1.00 vMB 170
630,350 630,350 000000000000000000106054f86d6943ef756c75e3455a1082dbaa9103771da9 2,300 1.00/1.00 vMB 151
630,349 630,349 000000000000000000081127aa3ea514305dd7393b22653cb49c7071529ded3c 2,783 1.00/1.00 vMB 158
630,348 630,348 00000000000000000002009f94e476fe743b9d8447d56a231fef7e4743031bc5 2,623 1.00/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.34 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.