Loading Tool

Explorer IconExplorer

Memory Pool

80,760 transactions
30.09 vMB
0.07568206 BTC
Random Selection Loading Transactions
Max Size: 184.81/200 MB

Candidate Block

Mining Attempt c810a6f019ccde99de818034a0a1286c6ea5574d10136ab0c502d2c77697782c
Version 20000000
Previous Block 000000000000000000018cc998e581b9e29ac14190299ed5ff6b30ff1c468ef4
Merkle Root 530c46610602a1ac23dbc24e725756a13d19110053ac97deb3966e94fc825c45
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,350
Size: 1.00 vMB
Total Fees: 0.00870692 BTC
Feerates: 60.16 > 0.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,369 (442,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,107 473,107 0000000000000000007ad36d8e50291ccc857bfe988efdaa7856a250b8cec480 2,411 1.00/1.00 vMB 358
473,106 473,106 0000000000000000000f51309907f16c2237b6989e48d516c309352b624bb946 2,144 1.00/1.00 vMB 277
473,105 473,105 00000000000000000073d14b5f82f8a8779b5ad5b24579aa332bcc8b4e1d8318 1,958 1.00/1.00 vMB 242
473,104 473,104 00000000000000000151b3ddd9f26ff52984ba05f3c0cfef8722146190f0f388 2,368 1.00/1.00 vMB 376
473,103 473,103 00000000000000000116cf75e174b8f6c1457c4877776aab9e7f7fdfbec9bd1d 2,127 1.00/1.00 vMB 296
473,102 473,102 0000000000000000004607eab9650ef41874d018738b759d167e0612abfd04f3 1,922 1.00/1.00 vMB 338
473,101 473,101 000000000000000000402ab1d2febc98a3c6199d687e1b6e5056fed1aee9ce9e 2,623 1.00/1.00 vMB 390
473,100 473,100 00000000000000000071d55f4761e3b74ca55c468b6b633b3bd9a2c1d08a7ba0 2,422 1.00/1.00 vMB 382
473,099 473,099 0000000000000000012d889fdb94f3a3e5e2513015e73dc41b2d51d3ec4ae332 2,136 1.00/1.00 vMB 168
473,098 473,098 00000000000000000114bb49d8652f276d468aa46cbb1704fe403362d78b9993 1,546 1.00/1.00 vMB 128
473,097 473,097 000000000000000000db97ef858dc64a1b639261c315685c684eb8288168b11d 1,486 1.00/1.00 vMB 143
473,096 473,096 000000000000000000139d0178a18beb428b5d3ba5bd9ad72c7e91a6184a9b5d 2,296 1.00/1.00 vMB 330
473,095 473,095 00000000000000000012ec87860b5ac5f1f1649bc52338901d460ff084f0756d 1,742 1.00/1.00 vMB 350
473,094 473,094 0000000000000000009874f4dbc66d66dff40b614c58030716232f1af93eda27 2,026 1.00/1.00 vMB 55
473,093 473,093 0000000000000000003db45e5af50e4acc2acd9a7dc1890d7e0a869b5862d709 913 1.00/1.00 vMB 120
473,092 473,092 00000000000000000122a92171e52ffc1fe528eafe583e717c945af4b3e45cbc 925 1.00/1.00 vMB 76
473,091 473,091 000000000000000000f618ff17b0783e4ec7fe29e8278df6476ac908d21e9639 2,040 1.00/1.00 vMB 355
473,090 473,090 000000000000000000e6e593821ae7511cf047d77f5a28e98e9d160a5ce592ec 1,379 1.00/1.00 vMB 115
473,089 473,089 00000000000000000107faf14ebd7ff4dc68be562f3c47bad5b8d26ca3b4697b 1,116 1.00/1.00 vMB 97
473,088 473,088 000000000000000000965a294a849a174415d8d5c4c1fe9e345d1307451bee96 1,728 1.00/1.00 vMB 198
473,087 473,087 00000000000000000147939b59feeb02e58111978f63d1288a0bfc9e3598e5a3 1,914 1.00/1.00 vMB 314
Previous 10 blocks ↓
Total Size: 783.03 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: 719.57 GB
    • Received: 18.09 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.