Memory Pool Memory Pool Refreshing

8,501 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,276 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (213,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
694,224 694,224 000000000000000000006c180c2c3efee5d46bcdddbde5e038e5aba372e4b5dc 0.55 MB 321 1
694,223 694,223 0000000000000000000cb538d81b049cb2119a692f1cf6ccd5a894e7844c6574 1.50 MB 2,519 7
694,222 694,222 0000000000000000000bc02c2c41e25970147cff6e0de0102d8712cda3104e97 1.48 MB 2,855 13
694,221 694,221 0000000000000000000de04c7595986c6f45847b56e8b3fa34a6d7d4943f5606 1.50 MB 2,258 22
694,220 694,220 0000000000000000000f661a4d077dc71243c3cae55a7b952968c77ee6c1e727 1.72 MB 544 4
694,219 694,219 00000000000000000007bd61673f48ad95764ea4423c1c53d3f4ca06441cec0b 1.48 MB 2,419 11
694,218 694,218 0000000000000000000db95c9d99bede7e26d27b08331c2834125722be68faa5 1.58 MB 1,391 9
694,217 694,217 0000000000000000000a4f1642030afed69846046c9121f8b9ba03684887cf4c 1.18 MB 786 14
694,216 694,216 000000000000000000083b48bb5969e361ab0d4b42135208e0ff69d9325deedb 1.42 MB 2,237 10
694,215 694,215 000000000000000000077bcf023a9e40d4ee11d6320564c97600e5cb518bced5 1.82 MB 1,757 3
694,214 694,214 00000000000000000007e676a1e6c9becd3ac20584de1a1b5e25b9f6d9a846dd 1.68 MB 1,756 5
694,213 694,213 0000000000000000000b2657fd15c117ed9bac14211a749b29dac5285ef83865 1.53 MB 2,399 12
694,212 694,212 0000000000000000000ed74093ffa1221de0a9c673402da4a039f9b7162efec2 1.53 MB 2,630 11
694,211 694,211 00000000000000000004abdf8ec9b7ac450296d608dcc392c3245162be92c3f6 1.55 MB 2,521 10
694,210 694,210 0000000000000000000f0f98b574ffebd909cc213545e9fb3d0a2f41bc32a7a8 1.45 MB 2,781 25
694,209 694,209 0000000000000000000b4f31f40f8d839a9258e2a6c2d59290743c92db243579 1.34 MB 2,909 42
694,208 694,208 00000000000000000005a233f95d88ab2389739e2eddef846a67cb47c2c4ea2e 1.76 MB 565 5
694,207 694,207 00000000000000000009769658fc10e81378dfebea478947553cfb848ec3d2ea 1.21 MB 724 9
694,206 694,206 00000000000000000001951d117f8321c4d00903341753bc368b14ad81170a2f 1.44 MB 3,026 11
694,205 694,205 0000000000000000000f2e8cd58e6e53983738db04d0fff673023072685b9c34 1.45 MB 2,658 34
694,204 694,204 000000000000000000049efa49d9c97a60f19cebc235f6b4378361d84522024e 1.20 MB 1,731 7
Previous 10 blocks ↓
Total Size: 769.13 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,631.71 GB sent, 93.56 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.