Loading Tool

Explorer IconExplorer

Memory Pool

79,502 transactions
29.67 vMB
0.06826821 BTC
Random Selection Loading Transactions
Max Size: 178.67/200 MB

Candidate Block

Mining Attempt 3d7fe2c0a128dd016da68d949ed11f2f62e74ce02dac663ff934521dca785260
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root b5c5ae4c71adbe8dc01997202f8576946a696ffa507398c106e6961148fa8420
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,295
Size: 1.00 vMB
Total Fees: 0.00791583 BTC
Feerates: 100.19 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (336,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,264 578,264 0000000000000000001edb1dd572858b5e890de8503ae116fd76f5f9abf765fc 2,915 1.00/1.00 vMB 183
578,263 578,263 000000000000000000053b95c565ea3f735407bdfbdf2ce4b0e856b354215696 2,949 1.00/1.00 vMB 131
578,262 578,262 00000000000000000017df1718d89a3f73a05893478561daff2252e3d5a1247d 1,821 1.00/1.00 vMB 48
578,261 578,261 00000000000000000008566ccb3da3d4530bbb2706b0cefa1377bdba8d589182 2,164 1.00/1.00 vMB 42
578,260 578,260 00000000000000000020340b51c11816577679bb5a5c68daab9eba1003e31480 2,471 1.00/1.00 vMB 41
578,259 578,259 00000000000000000015d2b7ad9e49d33a64f04111b7db96d2098fa2fec0c556 2,556 1.00/1.00 vMB 135
578,258 578,258 00000000000000000004bc3adb560ba3fb395c3a6e8bdbf869d31ba72b126f9e 2,299 1.00/1.00 vMB 32
578,257 578,257 00000000000000000010c8c11c6ddcc161734dd2e1a14973c956b649d2dcba54 1,868 1.00/1.00 vMB 65
578,256 578,256 0000000000000000001fb83e336709965e477a66834d1fc00f8035fd5d1df8f5 2,950 1.00/1.00 vMB 166
578,255 578,255 0000000000000000000ecc7f08ad0d8476250cfa588e88189fba094ce1f8aefd 2,699 1.00/1.00 vMB 178
578,254 578,254 000000000000000000100bdc9f42f0b7a9714165fac5b451b85058f42989c679 2,801 1.00/1.00 vMB 58
578,253 578,253 0000000000000000000d025e1988e10b8b1ae29686870aa24e5d96fb206f81c6 2,434 1.00/1.00 vMB 73
578,252 578,252 0000000000000000000102e7664676b97c68469a048087063050c6d29daafaf8 2,700 1.00/1.00 vMB 46
578,251 578,251 00000000000000000023aa7e08cd7558592fd126b983c3c406ca73b9e5a706e7 2,400 1.00/1.00 vMB 63
578,250 578,250 0000000000000000001960bc7f346bc321298798c8cbebbda6b13db82464c671 2,239 1.00/1.00 vMB 46
578,249 578,249 000000000000000000258b189697ca62906aad3f95aabb61dbf123658b9d77a2 1,765 1.00/1.00 vMB 73
578,248 578,248 000000000000000000060d4a4a901d62c5fe32d4f71468f6bf2119fbe9fccf3c 1,204 1.00/1.00 vMB 57
578,247 578,247 0000000000000000000f6cf089ee7321f3fe418e44e18be9824b57e24b7525be 2,862 1.00/1.00 vMB 94
578,246 578,246 000000000000000000055f32d556fb3fb7e60dc4421ea436e48bc147cf70d7b7 2,432 1.00/1.00 vMB 80
578,245 578,245 00000000000000000004b5da4bb7e6abfc0e07306497e2d777296c46920e7497 2,451 1.00/1.00 vMB 91
578,244 578,244 000000000000000000074031611c33f231d6ec3d5caf0665d70a899c3573e717 3,072 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.93 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.