Memory Pool Memory Pool Refreshing

3,536 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,250 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,673 (828,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,523 80,523 00000000003c768412616240c657a1a22a5c4ec5a2818332ff4d916c417b4093 0.00 MB 2 0
80,522 80,522 00000000000c3d69e8349c9584d01814bcc3a1d3a6583ab5516f1a44238e7622 0.00 MB 1 0
80,521 80,521 00000000003dedaa816a961167cf66bc8acad789f3125c41a2b74ee22a67ba11 0.00 MB 2 0
80,520 80,520 000000000036e31280513a266d00e4d57d7bcac5542efed3eb5b4814acbbce79 0.00 MB 3 0
80,519 80,519 0000000000100a34b35e0ca80a5e22035b9562b85d20d43a840dea5bc020c712 0.00 MB 1 0
80,518 80,518 0000000000374f5fee411a753db5f3bc781eb31fa2f33bc2c6e8269a07b74ec0 0.00 MB 1 0
80,517 80,517 00000000002c81424eac6a6f4d6185acbd0be2bf723e5c7fe285c6ed81db8ad8 0.00 MB 1 0
80,516 80,516 00000000005838a6044b5e31f5c4c406e546ef48f4e685c82dbcb6248018c5f1 0.00 MB 2 0
80,515 80,515 0000000000064e2b86b457d8592b47ee0b9f0c6159e3193716f2808a54f4f971 0.00 MB 4 0
80,514 80,514 00000000002a0ba2fa04d2fed45985da80b9663cfabc4de1b6edb9dd37c88099 0.00 MB 1 0
80,513 80,513 00000000003a2988f9ec6e409eec96405f6533cb8daf905d488ba4a7ddcf8845 0.00 MB 1 0
80,512 80,512 0000000000572ac451a4ab44d7792c60151a58e9e68c339db4cc396ffd3b3a1f 0.00 MB 1 0
80,511 80,511 00000000000c31ddd3e2bd9cafcc28ee645c2928bc3743325d3b49533c612423 0.00 MB 1 0
80,510 80,510 00000000001ae81f70c729ec276d8328e4498643a0cd75cc10f68a57e96dec98 0.00 MB 3 0
80,509 80,509 000000000021657bf09ebdfd3ab307b902a15c4d623c40bb3de4611490c86ad0 0.00 MB 1 0
80,508 80,508 00000000002d536b6b10fda8568fc2bab1724c502f2a285a94ce2ec008ff0c4f 0.00 MB 1 0
80,507 80,507 0000000000503cdc3cef56d71eb5f662a1c65fa27aa457bcf0204be3cf277844 0.00 MB 5 0
80,506 80,506 0000000000553ae21d252f28e04cdeda5ef68619de36edb001cc509ab67bd9a3 0.00 MB 1 0
80,505 80,505 00000000001ce9e12fb52f1be45cb3a1b1c793b3e57e1f2ffbfa3174257d9597 0.00 MB 3 0
80,504 80,504 00000000005605d837ff4d061225265517545bd3ff5e27c7d7816ff203a9d4b0 0.00 MB 2 0
80,503 80,503 000000000020b6ebf7a0f69fa57770838622157bb10dddccb50a81aae65a46c0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.52 GB sent, 101.70 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.