Memory Pool Memory Pool Refreshing

5,072 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,886 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (725,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,346 182,346 00000000000003f4d002b5b147aaf1a4c773006b85ae146d509686d5284fdf5e 0.00 MB 3 0
182,345 182,345 00000000000001f45eb8d0ee77013edd03806e0db5563b249ac1e0bd269e779b 0.06 MB 93 112
182,344 182,344 00000000000004ecb1e9a1a0f7618bdabb6fcf66194c67076849ae95bf090048 0.04 MB 135 19
182,343 182,343 000000000000059d8a205c0cc34fec55e590b0fcf45a843b894f20d217eb6326 0.11 MB 267 127
182,342 182,342 00000000000002f90688bcdb1cac3e055992bcff7f30baeaf6647e72ebda8b7c 0.04 MB 119 138
182,341 182,341 00000000000005bfbe1e4d0f4d06ccfe1c0728a55a960d679b57a59a9f56aeea 0.00 MB 13 0
182,340 182,340 00000000000006442e5a90d630147e38bd67658c94b66324dfb3624481a688c7 0.03 MB 55 75
182,339 182,339 00000000000004dbba7405b49d472c13dbdc0159d1efc902f7747090a51b217b 0.08 MB 179 107
182,338 182,338 0000000000000339f2f58437b2e9a3c818d8680ac788e8cfbaedb4f5e0c820c6 0.08 MB 148 103
182,337 182,337 0000000000000258e6db15d8421f7c4a26e500903d2d5a6a8864d01979f4b5d0 0.01 MB 56 71
182,336 182,336 00000000000000620e82e8d31c120a107109c03c67fc48042d686c948f040c83 0.08 MB 162 97
182,335 182,335 00000000000002049b5d963cc3c21e3a663d920ff9aa22fbf8a2401eedddf1ea 0.05 MB 110 112
182,334 182,334 000000000000031e226de80078b57458bf52de959393346f22b5f733191b11a9 0.08 MB 177 137
182,333 182,333 00000000000007f2cb8dc7a6eebde3a418939265fabb053a3fd0854eed797fc5 0.05 MB 126 79
182,332 182,332 000000000000017435379578de7ee9e583f06a2efdff3199d354c2161d4794c7 0.04 MB 120 38
182,331 182,331 00000000000009a7ecae28b04232b050c323d0123b78c676440f86c9d0e42e96 0.04 MB 98 133
182,330 182,330 00000000000001fc5a3bd340527a47c1cdc8d673297025e880aa708789813bee 0.00 MB 14 14
182,329 182,329 0000000000000a1eb96766335eca85e998ede16565645479397584185100571f 0.02 MB 56 186
182,328 182,328 000000000000020cfb557c0fb3b06ea3695226cf0866e410e8ed845479459442 0.01 MB 31 115
182,327 182,327 00000000000008ec43af5df21775a5d57fb7ef21723653110bb7392ed158d24c 0.00 MB 12 16
182,326 182,326 00000000000006ac85440452facc88c613178283ff92815c51ccc0d9020a3957 0.02 MB 62 99
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.