Memory Pool Memory Pool Refreshing

5,918 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,842 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,193 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (16,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,475 891,475 00000000000000000000f1afaf3a97de954569d9e256bc08e6c44acc917e9f88 1.69 MB 2,957 2
891,474 891,474 00000000000000000000c8ead74e4056ec2b997d815eac02935a14bc2c9c8764 1.65 MB 2,969 5
891,473 891,473 0000000000000000000246db084a42d3e38cee850707895c4786c540af48fc57 1.77 MB 3,884 9
891,472 891,472 000000000000000000010c6de90c39901a5db3a64598ad8f58cafa69fb2743e3 1.78 MB 4,620 5
891,471 891,471 000000000000000000016d325cfe69b77eafa4ae51cc926148149395876ed834 1.66 MB 3,693 5
891,470 891,470 0000000000000000000015929028a893826719528bab213cafea6b762cf98a45 1.74 MB 4,534 5
891,469 891,469 0000000000000000000119d6b0f47543d93e3d70d9c632c7d8fee24cb2b5451b 1.71 MB 3,674 2
891,468 891,468 000000000000000000011b5a179870272eee1483c0caf3c9c1033d397c11b63d 1.76 MB 4,507 3
891,467 891,467 00000000000000000002401a2b9053cde8d1e9e696b0a5b5846ddf8126dbd638 1.73 MB 4,181 11
891,466 891,466 0000000000000000000031d8311457eba300f0198ac928277060f022fe5ba7fb 1.22 MB 1,113 6
891,465 891,465 00000000000000000001025a050253c395e51d03cddfc7ce8dc0d60f354d9207 1.12 MB 585 8
891,464 891,464 00000000000000000001a1bf03f5768a0879c0d4d86a8b782a5644ed4ae58cde 0.33 MB 433 3
891,463 891,463 0000000000000000000121ec10f2d1af9889c00cd35fa43ef498814945663aec 0.31 MB 779 4
891,462 891,462 00000000000000000001b0dad136ed4cef3bd229792a5437714a79bd91e15653 0.99 MB 3,036 8
891,461 891,461 000000000000000000011f31f96dd18a256fcd00e173355fc73354d102c63722 1.07 MB 2,259 10
891,460 891,460 0000000000000000000248306c920bf6832e3094795fddb1af2ce1cec4cd7c85 1.00 MB 1,853 10
891,459 891,459 00000000000000000000e942e0c8f0ec93e850024f9acfeb4dc48860c7780dfc 1.61 MB 3,419 6
891,458 891,458 000000000000000000006dce6674cb115867f5c8836a96058662cdc2b8bff2cd 1.48 MB 3,100 6
891,457 891,457 000000000000000000021504d68172ebcaf3dab62f02bd95443cd2a06d01a467 1.73 MB 3,583 11
891,456 891,456 00000000000000000000c6bab0075c97a5650de2f8933b6546abb97e97b82523 1.36 MB 2,051 6
891,455 891,455 00000000000000000001d93214d005594507dd831a52480a9b16d16fd4ed379f 0.30 MB 324 6
Previous 10 blocks ↓
Total Size: 769.24 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.08 GB sent, 94.15 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.