Memory Pool Memory Pool Refreshing

9,212 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,818 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (420,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
487,210 487,210 00000000000000000012022536e3a5b120b7234fa3c09cc090e47c309d21b767 1.02 MB 2,063 44
487,209 487,209 0000000000000000001e0b1b268e248165dbf9061d1b6989895b0cb9808bbddc 1.02 MB 2,368 92
487,208 487,208 000000000000000000902527cffe469ace468b99e6c0dfb7f373657c8b68b83d 1.03 MB 2,619 42
487,207 487,207 000000000000000000a023839466d87fe2d0c16bd606a87dcbd2319e77753dab 1.04 MB 2,310 52
487,206 487,206 000000000000000000260bccbb64d99a404fa8898632955f2a3ee1ea16297379 1.04 MB 2,490 58
487,205 487,205 00000000000000000064def6795bb789ee9016628f059ff46ae938bfbf8619b8 1.03 MB 1,959 149
487,204 487,204 00000000000000000063fb20485f4adc253aada1124e04faee44ddd9c2bbf667 1.00 MB 2,522 73
487,203 487,203 0000000000000000007b74a0f709816ec1f6789d72775ea84239e44c4f5d1f21 1.00 MB 2,302 163
487,202 487,202 0000000000000000002f05498240b03dc9fe8197c197492c158b9a2e9b389d86 1.04 MB 2,287 97
487,201 487,201 000000000000000000ecea11a1396f8ebb6f36d005e75e4d5b777c33cdf4a9a4 1.03 MB 2,379 138
487,200 487,200 000000000000000000f0905aa31a5b0d024da7a7e8c1327b142ebcc82f73e321 1.04 MB 1,858 135
487,199 487,199 0000000000000000008208ab8a0a8fc27c406b5a64dda7450e0dc4b60e9ff6e7 1.02 MB 1,996 194
487,198 487,198 000000000000000000c358de0e86059a5332a1d688765096ad43a90ac4f2a116 1.00 MB 2,363 114
487,197 487,197 0000000000000000006d6179fa0470e5b9770abb903f84f2ac9539a0be39dc74 1.03 MB 2,545 147
487,196 487,196 000000000000000000d4aece17ac837d341c880a49e9252ef62ba9b1d782fa71 1.00 MB 2,212 143
487,195 487,195 00000000000000000022bae18ae92ff90b82783deae593b4a7c4153458304ae7 1.03 MB 2,279 147
487,194 487,194 0000000000000000000f58b63dcc0ef917ce4b216c270dd9e7345eb4ef0c7cf9 1.00 MB 2,671 189
487,193 487,193 00000000000000000066b150fe46505616d4831e285d0aa875030ecc5de09116 1.03 MB 2,235 139
487,192 487,192 0000000000000000009fb2d3f0a7d01742e5811d0369a96af57826e7ba03c556 1.01 MB 2,044 180
487,191 487,191 000000000000000000f9aef8b309dcd0db2a0829903227cd4ca7b8aae97a7edf 1.01 MB 1,849 150
487,190 487,190 000000000000000000a02cb29f49f3895d6fb6f882c71453dc24d60f9cfe5028 1.03 MB 1,747 155
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.37 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.