Memory Pool Memory Pool Refreshing

2,080 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Priority:

Feerate Time
2 sats/vbyte (within 2 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,756 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 2,069 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,755 (819,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,299 89,299 000000000007eb7ab8b40d49d0a8d743747f7bd443e8431108314730aa38a646 0.00 MB 5 0
89,298 89,298 00000000000901ea3d947f9d910393508fea9129973f8509bd3dc231402fdebf 0.00 MB 1 0
89,297 89,297 000000000008f89e54ef21f5f1dae9062e483532b4794c42e682edb91bb6fc7e 0.00 MB 2 0
89,296 89,296 0000000000065f46f5b5263181be015766755ebec78d0d1ad872efaf7b6b5f5d 0.00 MB 1 0
89,295 89,295 00000000000e064e2b75e99e39c3d8938d6b032766beb787886fb24de91fa229 0.00 MB 2 0
89,294 89,294 000000000011be5d6be145408aad97cab4e5f37aee0f8aa6ae0affdb3c0b28f8 0.00 MB 1 0
89,293 89,293 0000000000010d8f26a80d4de779a73f853f6d0bee1b854d83656985031e6bf6 0.00 MB 3 0
89,292 89,292 000000000006c3c502a983ea6dfb99abb3f473c7a12e6a324804c6bae6efdba9 0.00 MB 1 0
89,291 89,291 0000000000057036dd07b0787e06ed0fee2dfc530aac7c0f12245de7b3a0fa96 0.00 MB 2 0
89,290 89,290 000000000001054ddf4063a358b92e324752bbbbb2d63951a75e5a1301ac885f 0.00 MB 3 0
89,289 89,289 0000000000108eceb6ed5c6b00cb8f0c2b73e9f143588441c19f9326ff18a718 0.00 MB 1 0
89,288 89,288 00000000000d29fea9accce4f2a57d0d54ac24346a1b047234c5b373355ca1ca 0.00 MB 1 0
89,287 89,287 00000000000ddf5263fe2fd2cd80b66e99066ef6016be7c2c8ad50e25cd75ac6 0.00 MB 1 0
89,286 89,286 00000000000f9fa33efd697198ac95c1ea9acf65f9cce910022926ba2beb3e41 0.00 MB 3 0
89,285 89,285 00000000000b98ca9a28820721c047b7e9557e4c45c501e46a634b1c6ff016ea 0.00 MB 1 0
89,284 89,284 000000000008300cafb1900b7067df1489ffe2340a97b165c0c114e55585fb71 0.00 MB 1 0
89,283 89,283 000000000001217ba47ed326dc429c07e20450cf451504f601a89f32c867f692 0.00 MB 1 0
89,282 89,282 0000000000024d1c20a4bfb1e7d627f1e958fee5c9420cd0b9ae7e98ebbf8416 0.00 MB 1 0
89,281 89,281 00000000000782d8c5cf75270f4214b30e4bdd96332b403c2435105eab350bca 0.00 MB 1 0
89,280 89,280 000000000007850f89e00bca03ed0542a5e50b084c0e3a0db066673bb1c085bf 0.00 MB 4 0
89,279 89,279 0000000000064a73b159b109e8cf3facbff9adaef3b8d70148321d25846ca25d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.11 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.25 GB sent, 102.53 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.