Loading Tool

Explorer IconExplorer

Memory Pool

79,505 transactions
29.68 vMB
0.06828418 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 (146,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
768,237 768,237 000000000000000000065346c8046cb4af2a967939261385b840c453fbb7a6ee 2,627 1.00/1.00 vMB 26
768,236 768,236 000000000000000000020a813ec6e27645f05bc6e04de3a9e8af24435de489c3 2,523 1.00/1.00 vMB 23
768,235 768,235 00000000000000000004dcc5c6c3a5e5a99f8900e1eaaeb0ef8102782c77bb3c 2,444 0.98/1.00 vMB 12
768,234 768,234 00000000000000000006812a9539f6b6c31644afb8ca96bbed80a30b1b9e28d8 1,401 0.43/1.00 vMB 14
768,233 768,233 0000000000000000000333b91f96cebf72e0e2d9830856c619e36d6ced9436e9 2,895 1.00/1.00 vMB 9
768,232 768,232 00000000000000000001981f1f9c0d31851e1a3cb5c29ebab60a20d5081d96f5 3,027 1.00/1.00 vMB 13
768,231 768,231 000000000000000000002996612288483b07b90b5254361515b5477088bf526a 3,085 1.00/1.00 vMB 30
768,230 768,230 000000000000000000046f5cc0dc4df6caf711e6fe66c8164b74720a8410729c 1,144 0.47/1.00 vMB 14
768,229 768,229 00000000000000000004c51f72f91419e3ae60226e3a08faa41f83df0c42122a 502 0.13/1.00 vMB 20
768,228 768,228 000000000000000000070ff830f4458ba6889ca925f1a048f9b4cd93307da580 1,062 0.64/1.00 vMB 3
768,227 768,227 00000000000000000001e3226ca22a17c817fc1412491b4071b580eeb93a61af 3,205 1.00/1.00 vMB 20
768,226 768,226 00000000000000000000685a0c591d08b0f919266304629a90adfcfb22e3b791 2,296 1.00/1.00 vMB 4
768,225 768,225 00000000000000000000d01aec860e7f6254fdf6474f0d66145b6f74941241bc 2,799 1.00/1.00 vMB 13
768,224 768,224 0000000000000000000280e1ef9f3508357165c8f511ed7aa4a4a1aa24df15e9 3,361 1.00/1.00 vMB 23
768,223 768,223 00000000000000000006f68168a863dbfbaf19ed85310ad8b59b2c4c58693e1d 1,272 1.00/1.00 vMB 17
768,222 768,222 000000000000000000011d0c26fc6a543ef7c4faef1866b662232f2dbdeafe89 2,887 1.00/1.00 vMB 22
768,221 768,221 0000000000000000000632311c45b31854369054b2844e9380485c6dd875f5c7 1,283 0.51/1.00 vMB 13
768,220 768,220 000000000000000000057c5fbaf55b31ed6e3f3c39a00b68e25a1dc9ce77af4a 2,462 0.99/1.00 vMB 12
768,219 768,219 0000000000000000000769afde35d9cb76b4c13b7db887ad34a571ccbd70044b 2,702 1.00/1.00 vMB 16
768,218 768,218 00000000000000000007c0fb40d7d6225edaa5da8f43490cc56e60c34082e39b 2,165 0.92/1.00 vMB 11
768,217 768,217 00000000000000000002c8efd01c615f6e4122b755f231ed0746b8e61ac1703d 2,073 1.00/1.00 vMB 15
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.