Memory Pool Memory Pool Refreshing

364 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 346 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (734,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,522 173,522 000000000000020110bf6fe9c0c6a8cc67ce1cd4098fb2b0dc291bb1b45f3b13 0.05 MB 158 72
173,521 173,521 000000000000000c00548477be767d8485b41e43bc054086da140afdbb0c8515 0.01 MB 32 237
173,520 173,520 0000000000000569f3b11e05f17caeb6382b7588a92c7a303634b650920ad027 0.02 MB 42 353
173,519 173,519 000000000000089321788e3c1359898a2f360b9670222b53357cdced85cf12de 0.02 MB 53 97
173,518 173,518 00000000000006746d523de17a7ac60de85a6cac4781db1ed6319cf97c7f0c53 0.05 MB 130 300
173,517 173,517 000000000000011614b1969dac70f86ac1769d79aae030f4ef30c858e0008b57 0.05 MB 70 54
173,516 173,516 00000000000009c4d46576189c5043508420085c9fe2efbd4faed83aa041be78 0.03 MB 25 49
173,515 173,515 00000000000007cfeebb49cd794fdf4a3630f78b59abbb7095b2ac2d76570419 0.02 MB 50 52
173,514 173,514 00000000000002240d30fb69e47d989c02a37c1f21d7a4946d0a64666d47b97e 0.01 MB 8 46
173,513 173,513 00000000000001e00f16bc675982b4e0af4963b0f59c42ff07e9590fcfa8e8ff 0.02 MB 12 38
173,512 173,512 00000000000009038dc80b136d8d069500798b1f38021b796b9301aef2355fb1 0.00 MB 3 41
173,511 173,511 000000000000032e65422be0c2b043b9a45b9466eac7150018dd85a6ed6f0335 0.00 MB 9 32
173,510 173,510 0000000000000546d3e7ee536497e1e95de4f8e5ed6f13345f04e09040cf45bf 0.00 MB 8 22
173,509 173,509 000000000000020672418c57947a60a1290175a7aca430ae084e423779aab1d6 0.04 MB 135 44
173,508 173,508 000000000000028d13c4c792b82cfb7373e82f2051aa0309e7d0100d586ba2df 0.00 MB 12 2,053
173,507 173,507 000000000000068e19b07970a71de5ad7846769c63e0806ffea0a3101bcea0fc 0.02 MB 40 135
173,506 173,506 00000000000004ff0408eadcaeb796c6ae8e6632ebdc48a9f5c63c0307cfd284 0.02 MB 53 59
173,505 173,505 000000000000020ace91ac8e48afe763e96a7dfdc88b5cc24c7a0823849eb8e0 0.03 MB 30 25
173,504 173,504 00000000000009b654c5b0879d897ce5501f142ca7d751357f71b3e199029876 0.01 MB 31 39
173,503 173,503 00000000000001a67df91a47a8d76b62a5d660be4a27553779db74d65947850c 0.03 MB 95 150
173,502 173,502 000000000000078e1a180e1fd516afac1b7dc507a1d462f4806cf8dbab75c33e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.