Memory Pool Memory Pool Refreshing

9,180 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,842 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (554,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,055 353,055 00000000000000001341b23ed12c434b08e2355008c8cbf632ec9749a77a28b7 0.29 MB 609 26
353,054 353,054 00000000000000000a4d578df4d83dec4e36c86b5c23d2772392f293e1a23a4d 0.50 MB 1,086 27
353,053 353,053 00000000000000000f2711eaf866c95e775c84410466720cea4b5f65163a7f81 0.10 MB 144 10
353,052 353,052 00000000000000001005bbcd708825a4bda8803e28d0e0dd294b41b320657681 0.14 MB 264 28
353,051 353,051 000000000000000008a073c321cd1f1c61287dcc5ca46ef1ef9ccd9c854e462f 0.69 MB 1,297 26
353,050 353,050 000000000000000010bb253066fd184064151c4f14c0f81d17c3d128e6c05166 0.55 MB 976 24
353,049 353,049 0000000000000000157c1a8ba30eeba9746d3e43c43292c5cbca5ee4adc36ada 0.14 MB 246 29
353,048 353,048 000000000000000004b6192f139b089149ed372e9432065e7d2e70c2f518acbe 0.01 MB 24 21
353,047 353,047 0000000000000000003f8906aefdd9890646f1ddff18b584335b13d6891f5d12 0.06 MB 101 18
353,046 353,046 000000000000000001dec81dbcb17614d46887366ff04727d46b2889901cad8c 0.18 MB 326 26
353,045 353,045 00000000000000000e73e6282a3cd4228f0c37fd13715b4e7e320c2e60833141 0.24 MB 447 23
353,044 353,044 000000000000000012d55945425b0e051df4ce34ebf1f5033a08c2b30cadc610 0.12 MB 190 25
353,043 353,043 00000000000000000856d060c1a51882c5f8cad47aa8a66ff2fd31863de9bfff 0.05 MB 88 21
353,042 353,042 00000000000000000867c17e17105c8beea71cde8131860eeb5d2dd35d4b894c 0.21 MB 409 24
353,041 353,041 000000000000000000234db7f1b3de13d6931b702d64742a604abf8e08fa4f4b 0.15 MB 322 28
353,040 353,040 0000000000000000020a6054c39da610a75cdb0a03d93ffc8f71f758a3d61707 0.53 MB 1,043 27
353,039 353,039 00000000000000000f8b5ea27d501ed0eb79595aea249b4a2dd108fc2ae425b5 0.26 MB 427 22
353,038 353,038 000000000000000010c0e631fc424b66e9db95d4d5683bbbf5af13e65600721e 0.15 MB 270 31
353,037 353,037 0000000000000000113234f2814fb252d9e345482d7c3e80e278c6822bf3ff00 0.16 MB 290 23
353,036 353,036 000000000000000003d2203ac528d1917e29efbbfe8a2b739a446c5c31f1235a 0.17 MB 272 21
353,035 353,035 000000000000000012fc9d3ed88e9e6a4203c320e302a170517c7baf7eb1323b 0.10 MB 140 13
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.