Loading Tool

Explorer IconExplorer

Memory Pool

45,586 transactions
26.97 vMB
0.07077405 BTC
Random Selection Loading Transactions
Max Size: 153.51/200 MB

Candidate Block

Mining Attempt 0a34c4ca9876b8829890a68ad60207d54f155f019650653c82d9a2d1422d56cd
Version 20000000
Previous Block 000000000000000000008918cc5f02e3d596cacf76d2b892b79bca14a1479c83
Merkle Root 5ca8a002814a737b2db73731740d0d164f82b5ed0109bc21c6f55264c8ede9ac
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,605
Size: 1.00 vMB
Total Fees: 0.03355542 BTC
Feerates: 469.97 > 3.36 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,263 (33 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,230 941,230 00000000000000000001dfd985559f4a9cd8d027dadb1061778d071802d36ef7 4,553 1.00/1.00 vMB 0
941,229 941,229 00000000000000000000ad45d5cf740f30134e984910108fa3ca3eef851b83de 3,964 1.00/1.00 vMB 1
941,228 941,228 000000000000000000017eaad210ebfeff96e2ba72a1d2ba914e012d1206c91e 2,146 0.61/1.00 vMB 2
941,227 941,227 0000000000000000000071d831229da9f0779b859f14235d187ca45e37c41432 4,256 1.00/1.00 vMB 1
941,226 941,226 000000000000000000014ceb17c664c2c509a3431b87755f2e5a1f70e84c3d32 4,263 1.00/1.00 vMB 1
941,225 941,225 000000000000000000002a42eed7e68ec5741211c10546a9280062e0bd66ecb8 3,576 1.00/1.00 vMB 0
941,224 941,224 00000000000000000000dc4cb3771820b50f27e5c950ddee87fc7a27a318ab94 2,632 1.00/1.00 vMB 1
941,223 941,223 00000000000000000000fa028ef4a99fc84fdcc7f16f85d6d36567bc1765eb63 4,387 1.00/1.00 vMB 0
941,222 941,222 00000000000000000000eaa3436420cd8ffa0c2df1aa4afa23d38ad52b3901d5 3,446 1.00/1.00 vMB 1
941,221 941,221 00000000000000000001d488a4d70d7ff5f48a130503c1ebc95b1d6c8edf7b9d 3,138 1.00/1.00 vMB 2
941,220 941,220 0000000000000000000090cc0980983ea53bb7a8353f04b4a4798a6068ea3219 1,504 0.47/1.00 vMB 1
941,219 941,219 0000000000000000000032aa032729574b8624945c42caf47fb47a4bb9ff5f3e 3,366 1.00/1.00 vMB 3
941,218 941,218 000000000000000000004c7f80b95bf320411262aa02166ca56e49c62a68d8f0 3,507 1.00/1.00 vMB 1
941,217 941,217 00000000000000000000a00fafc5962663370c9bb8a5a37031cbd1a985208fe2 3,892 1.00/1.00 vMB 4
941,216 941,216 000000000000000000000b20a0c28c0e1eb83ada3b1db2e6708a178fff7d9de3 5,174 1.00/1.00 vMB 0
941,215 941,215 000000000000000000008841a5a3f1a33918539ed65fa8a7efa6133f51448f54 3,366 1.00/1.00 vMB 1
941,214 941,214 000000000000000000014e6d3f89be21678f78145a5e9e1cfd239a56fd29e7d9 3,320 1.00/1.00 vMB 4
941,213 941,213 00000000000000000000fb497841992e91c004fdb10bef13c9a99d247af3651a 5,300 1.00/1.00 vMB 0
941,212 941,212 000000000000000000012229b41370f9b92a08fb2090d037a03481b866a4219e 2,399 0.93/1.00 vMB 1
941,211 941,211 0000000000000000000073c2d1bc1d1d5c0cbf64be7788ddc8c1ef805f727677 3,364 1.00/1.00 vMB 3
941,210 941,210 00000000000000000000adb1ae50dae812e2472917bcfb8dead88b278ba5f808 3,789 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 829.02 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: 4,625.76 GB
    • Received: 250.07 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.