Memory Pool Memory Pool Refreshing

6,013 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,742 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (754,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,827 152,827 00000000000000701757fa2aec23a9688d75536d05203827972804363dd9f9ee 0.02 MB 35 100
152,826 152,826 00000000000001d8c580aaf81e5b71f17bcffc12124121091fc4a5966ba167b4 0.02 MB 63 262
152,825 152,825 0000000000000b1376770e5cae69531ebac4e15099e581ade7a5d5ad68982908 0.02 MB 71 64
152,824 152,824 00000000000004fc67ac49d47755e4a0e82124f07dc672c60979f345edcc269a 0.01 MB 18 61
152,823 152,823 0000000000000df06432a3191523055bf996fed481a1f848fb59b1c8cdc5e8dc 0.01 MB 29 40
152,822 152,822 000000000000044e5bce0921876c61f44b9c4724d66fc34ffa28e23f37083e75 0.00 MB 7 19
152,821 152,821 0000000000000a3b2e07560b00937941476f7a9944efa4031e6e0cb86a6c8a51 0.00 MB 9 31
152,820 152,820 00000000000007f303c4a8c998bcdd399b7a34aab6f18393e4a8f9f38a881880 0.01 MB 13 36
152,819 152,819 00000000000005ec0d8a4fd61ac7b1a95f49d83a22a73f76f83b785d586393d3 0.01 MB 50 0
152,818 152,818 00000000000005aa4620e8b07f6654933110a7bd27757a6e4d7726072bb289e6 0.00 MB 18 65
152,817 152,817 00000000000004cba0276bb8cefe45b165bd8b5a6248276e427aca1837b4b049 0.02 MB 80 163
152,816 152,816 0000000000000d42215c6f064a99e6bd9e31e01fa0dc744edfd5e205304c1f5f 0.02 MB 58 81
152,815 152,815 00000000000003b40a5ddcf318fe3b622c29a6d4a7bb121281bd75ca845cf199 0.00 MB 10 306
152,814 152,814 00000000000006521043a2a02ce66f6c04615ec5e6c2f251fb3a59400c7673dd 0.00 MB 15 100
152,813 152,813 00000000000006b9d2b9a5e602a9adcad207a43f4c35b80de4ca0e3c5a4282fe 0.00 MB 4 0
152,812 152,812 0000000000000cbbf1d708eb9c2d003a2b24fd6b575635550e2bf9a65dfa4a09 0.00 MB 4 67
152,811 152,811 00000000000000289bf826eb22ad4e2456b535ba9e3c68e57cd477d4d82dd82b 0.01 MB 29 34
152,810 152,810 00000000000006951fa12f5b4d36798d5661ec4378e035619e18ef198ff2694d 0.00 MB 15 30
152,809 152,809 00000000000002487e8c3ca080a6dbe5e42563e8fc03fdc2099414c66a73eb6b 0.01 MB 34 225
152,808 152,808 00000000000006fa21e84f36be6859d685fcf979feb48b7949886336507d1905 0.00 MB 1 0
152,807 152,807 00000000000005ac1305a00f58d80279dbbbf02f288b02062ba23621e7e7215e 0.04 MB 134 24
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.