Memory Pool Memory Pool Refreshing

348 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
908,567 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 334 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (902,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,000 6,000 00000000dbbb79792303bdd1c6c4d7ab9c21bba0667213c2eca955e11230c5a5 0.00 MB 1 0
5,999 5,999 00000000828cb497379bedf1d0657c297b388ee2dc0edcd2e6998b30a17272bf 0.00 MB 1 0
5,998 5,998 000000000c6d92c5720d01287a7067f6694b81c32f980449f412176f43a6305b 0.00 MB 1 0
5,997 5,997 0000000066fea8a71cb20396330ec02326f37544afce250d847ff8d8eadb199b 0.00 MB 1 0
5,996 5,996 00000000504506810152c882121f64de975bd9074fffbd0e6a01ae1f7d132eef 0.00 MB 1 0
5,995 5,995 00000000de682f326548f8870a0e65f75cd93a04d47d42fdbf300b7dffe6fdeb 0.00 MB 1 0
5,994 5,994 00000000967f7ac20907833790bbcb4f4736b6a65caa0b17889c6545c73854db 0.00 MB 1 0
5,993 5,993 00000000008cd551822768cf78bfd9ffdc68471338636ce7cfb5b22822f0aa74 0.00 MB 1 0
5,992 5,992 000000000b2c1d0ce75fe618d605ae55865d82fc045f959ddff2c839e66f3e52 0.00 MB 1 0
5,991 5,991 00000000527063ef7283eef1af012ceb119299e948d44175941d6c3ef6da4109 0.00 MB 1 0
5,990 5,990 00000000b05ae9b737d5d518dde28f7a51f265606691e2c1fb5c6f05a7f3524a 0.00 MB 1 0
5,989 5,989 000000008da5da1d5f7b8c1516770407f5636769da593f779f2b00be31cc11b1 0.00 MB 1 0
5,988 5,988 00000000922b9826d019a1e19edb02b9b63138f8a213ffd88449e94cd0618e6b 0.00 MB 1 0
5,987 5,987 000000007a662cad3436e863e7906ede734d346d1a7a21b1b1d1875f7ca01212 0.00 MB 1 0
5,986 5,986 00000000484cd82435395659547029931a6cc76d9947055ddd817bdad8ffab02 0.00 MB 1 0
5,985 5,985 00000000009b4b024ee5b5a011fa3a8c1d6d2155eb1822d2d3673f28160c943d 0.00 MB 1 0
5,984 5,984 00000000b889b91e5a6c043366f29e31e9e9cf64b4e771dd4cab87562c2306d8 0.00 MB 1 0
5,983 5,983 0000000007a3d4e82bab6dd5c48f6be01b0b80ac5134a3d87629a6fc26c48dbc 0.00 MB 1 0
5,982 5,982 0000000030758b5a93041fdfcae3c10de124013f0a6133bf2efd61872eaf622b 0.00 MB 1 0
5,981 5,981 00000000074e3037bb19046e7afc5f88418e6d188477615dbce76877b2e639b8 0.00 MB 1 0
5,980 5,980 000000005795a59fb1b1ec304af65a747a73bcd66c6200286392e8c47375a924 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.75 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,847.78 GB sent, 100.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.