Memory Pool Memory Pool Refreshing

4,189 transactions
14.91 vMB
Show Random Selection Loading Transactions
Max Size: 62/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,615 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (802,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,824 105,824 00000000000180fb0dd09ac8eea7ecc967bc8a8dc3d3b722f166240c7980051e 0.00 MB 18 0
105,823 105,823 00000000000015c135b425c972d6d9136123cdb58a2c3ae7136e9c3f36847562 0.00 MB 2 0
105,822 105,822 00000000000037bb83f72816f09b2090f5aede5a644573d88c73901617fb1ca8 0.00 MB 2 0
105,821 105,821 00000000000079a91bf8c85973c1c728bc03954c839bf6e52c8c21fc625300c6 0.00 MB 10 0
105,820 105,820 000000000002a0de2108345e3b3e2aae89c82c8024489897cc5e207620fece56 0.00 MB 10 0
105,819 105,819 00000000000009ca1e29ba52a1f47fe335368b8cb4a320b4dc3cea15bd1b1685 0.01 MB 24 0
105,818 105,818 000000000000ed2f76992608a1eff5ffd483369da3da1829729aa400b93802ba 0.00 MB 1 0
105,817 105,817 00000000000168528d1ff1aaf91895999e27ba182456ef42fc969cc4dfa5b152 0.00 MB 2 0
105,816 105,816 0000000000023fc4bde327471ffc6d315955ece1b3d6b0df33a1094921604a04 0.00 MB 1 0
105,815 105,815 0000000000026189bd11b461327e3f0060a06c193ae048b3f9f9d1b7afbd67f5 0.00 MB 1 0
105,814 105,814 000000000000ee15c266901a77bf629e5bc085e2bdc0880352a7acde327a2a4b 0.00 MB 2 0
105,813 105,813 0000000000028866b0da650763376659faf5daf23131bc260ac1b3192c3df93c 0.00 MB 1 0
105,812 105,812 0000000000006fd1af4d76a385ed2fa6a81610fee16c064dc69e874e26401cb3 0.00 MB 2 0
105,811 105,811 0000000000002746bf16533d7671c97121ea4afe1ae3446a94695cc7358350e3 0.00 MB 2 0
105,810 105,810 000000000002cf64c98ddc41313ab24c43f6935196dcc6f32445763dabd771d9 0.00 MB 7 0
105,809 105,809 0000000000020e501f4ce35ff7c4e2b2c56f5168cc99852937195b26090f5597 0.00 MB 21 0
105,808 105,808 00000000000054f88773938b8d210bc2518f76d2a016faf6c6d3b07343a11e42 0.00 MB 2 0
105,807 105,807 000000000000d23e70a9ad39ead3f14839530faa70dbe3d33402249b9915d00a 0.00 MB 1 0
105,806 105,806 0000000000029f72c358e5e7c11d0411590ec3158bb7aea380f4942cf29ddf3f 0.00 MB 2 0
105,805 105,805 000000000000262ab7b5d736817d94ddc17548acad48a5f5a6175d218ce8885e 0.00 MB 1 0
105,804 105,804 00000000000235069b0bd1eb3b3ee16aca98a17164af22b9c3848538e0405054 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.