Memory Pool Memory Pool Refreshing

13,857 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,040 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (571,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
335,856 335,856 0000000000000000196b9018df255b9428b10d23e10b0a9152aac782a74a142b 0.02 MB 33 18
335,855 335,855 00000000000000000b761f880655dab1b54cd032100d96cec31478506863fc2b 0.00 MB 1 0
335,854 335,854 000000000000000015936431aa6e9d3b0874cd882a5e9b75b08c7080f8f4f434 0.12 MB 128 18
335,853 335,853 0000000000000000185c97f3948e09ef2f7a2b4f1c8c5f640931be7d26cf7356 0.18 MB 313 24
335,852 335,852 00000000000000000e6c4cfaf5765a8da317caf6d0aeec3be1ac1018e7f64db3 0.04 MB 90 30
335,851 335,851 00000000000000000b49cfd0029838639d77897631c90e2c19812b1dedf6e4ed 0.06 MB 132 27
335,850 335,850 0000000000000000124d765d1e196e4f8cb61e921a9eaad5a767da496aa1c4e8 0.09 MB 161 26
335,849 335,849 000000000000000018bfafb89e460b2911bbe10d78845c96d8913bb7beb4f80b 0.10 MB 125 10
335,848 335,848 0000000000000000171596771ef6e39426bbb98ae87446539b6172ce8adeced9 0.34 MB 550 23
335,847 335,847 00000000000000001bd9d078f35d75519126549f452ce5a24f9fc6823dce03ad 0.55 MB 393 9
335,846 335,846 00000000000000000d7305518ccda98a342d607aa9f536a0724267d20aa450fd 0.24 MB 462 25
335,845 335,845 00000000000000001651ea8dd88b074580cd3251c2aa86dc3c77069bae3960bb 0.04 MB 90 14
335,844 335,844 000000000000000008d2d684bc32e52c71d79e1256072b3ea391061d60b04e29 0.11 MB 233 24
335,843 335,843 0000000000000000106b014d04fdb4cdb22101a22c4a1ed36f84c68c0b5910f1 0.48 MB 844 25
335,842 335,842 00000000000000001030a22c4257ebd7849deaf4c110f319df7b58de35aa4329 0.35 MB 784 28
335,841 335,841 0000000000000000107a7db0ad3167071939fadcabd1a02c4d1fa436c3ff9da8 0.39 MB 795 26
335,840 335,840 000000000000000008277ab66fc95f45761c5d28e29c48468db70531fc9edbb3 0.36 MB 720 26
335,839 335,839 000000000000000017c47978f6dc68b39d416a2a7cf8b6b40904afe8b1d34949 0.02 MB 40 29
335,838 335,838 0000000000000000170d1c99751537f5b8d8a0f04e105c572e70b0f84497bf4f 0.43 MB 789 24
335,837 335,837 0000000000000000119af35be1a93f2a4c23f807571ae7944189616993b3d52b 0.30 MB 517 23
335,836 335,836 00000000000000001350deb3cc6fc2aa9a084f5366e58e6529b6a73083dba080 0.06 MB 153 21
Previous 10 blocks ↓
Total Size: 768.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,614.62 GB sent, 92.58 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.