Memory Pool Memory Pool Refreshing

274 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
2 sats/vbyte 2
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 272 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (725,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
182,325 182,325 000000000000017962426b7fad48546fb66bc2fb4f4611e9d92049f11944a84d 0.06 MB 105 59
182,324 182,324 00000000000004bd6a63fdc3b0ffa86f265e04946bcb213c2f4431c9ef912db4 0.03 MB 38 657
182,323 182,323 00000000000002094c176c7ab08907fb1db15379ca79d9ab1a4c83d6bdab005d 0.05 MB 141 59
182,322 182,322 00000000000003b35c9aed1453e46f8612c94fadf2f079a133ab3a45436e8431 0.11 MB 256 128
182,321 182,321 00000000000004bcd1e285c9c78c2e874a13b1c5c12f53c7d5128d38dd555128 0.22 MB 529 181
182,320 182,320 00000000000007ebde7075d93cce9a09b2f5974d0e3826fa0af15c64855f6a5e 0.04 MB 90 94
182,319 182,319 000000000000050937ee8a798303d2d3b821584879bdf82decddac3ac196a3d0 0.03 MB 48 78
182,318 182,318 00000000000005a5e0d10dddedf17ca83495b6e8a48922abf6c66a438c3cd62c 0.01 MB 23 52
182,317 182,317 00000000000009b6becd1d150ae42b50561e91296525348c8228622419163254 0.04 MB 91 101
182,316 182,316 0000000000000a0d0387b2172fe6b4d86b06f14859f648d0905f8c17a2ef15a3 0.08 MB 185 114
182,315 182,315 0000000000000831d8c27205674ace50bd855f6c8458157407eadc92f4c93835 0.05 MB 126 89
Previous 10 blocks ↓
Total Size: 769.28 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,635.50 GB sent, 94.30 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.