Memory Pool Memory Pool Refreshing

4,069 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,421 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,586 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,420 (882,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,556 25,556 00000000e23456c1c2b3d87f8249c708b325fe7f9ca4184293c1c5b40634edda 0.00 MB 1 0
25,555 25,555 0000000071cd979722a64da745cb2437896908e706d5e9d0cfe34d55ba8c5742 0.00 MB 1 0
25,554 25,554 0000000027c46b3fa62461bc16f8c901ee6214000984ff30ce441508a45cfa06 0.00 MB 1 0
25,553 25,553 00000000501ad4d86ca47a1a7c683e4958cd072c967d60b94f9ee970fceb3b2d 0.00 MB 1 0
25,552 25,552 0000000088417f75e8a4e88b5b211ce416bb55189fa2ea87bb263abba1e01a30 0.00 MB 2 0
25,551 25,551 00000000eda9acd6b693f0e534a16d017721fbf4e8e3f5ece3d2326d9732a9c9 0.00 MB 1 0
25,550 25,550 00000000b314dcef8e1526971449e479c2be6bd5c6018e953ff33b8290bbec91 0.00 MB 1 0
25,549 25,549 000000000fb00a0c1a2e9da2bf70be204dfd3217741bc90f27c51d32c832335b 0.00 MB 1 0
25,548 25,548 00000000467649957b92dc7c27b6ae7dd20423cb5c70e71854c57ebfd10c1368 0.00 MB 1 0
25,547 25,547 000000008449f5bc8434505c5e864954c3da9cfad64c7b68e4842f5587c5292a 0.00 MB 1 0
25,546 25,546 0000000089062bbb41dc79af47cdb3c41ec4214d50f59684a48d966011fb0e94 0.00 MB 1 0
25,545 25,545 00000000a6b49bf286cfdf840ad5c0139ec22b3910c29375d31cd672b3adb7fc 0.00 MB 1 0
25,544 25,544 00000000c4bfd42cc07b66ad3e684e65fc670753d5b8d08a1aaaef02ef80b7cb 0.00 MB 1 0
25,543 25,543 00000000b6184b028c2006ce5a3d9ffb91779e64d7d569bcd0417c189cd294dd 0.00 MB 1 0
25,542 25,542 00000000419051e94c3867c3eab4ded9c6ba214c58db6ff368a61aa2047db9b7 0.00 MB 1 0
25,541 25,541 00000000f6d6ca4de1269b430fab3ec30a09643954946a19b8d1a264d944848d 0.00 MB 1 0
25,540 25,540 000000000565978d51689d3cde23c4feaf467451132232b9d7dd090a70e53c69 0.00 MB 1 0
25,539 25,539 00000000989ff0e86ee72052acc6c07395cc58c64779fee8d14383ad15d88c97 0.00 MB 1 0
25,538 25,538 00000000ec90133ca78255cb2dab93af2456c5b8525c0f311798b4af988fe6b2 0.00 MB 1 0
25,537 25,537 00000000359ec43b2fa94d0f421c49c234eb01840457617ce27312a95ce8846f 0.00 MB 1 0
25,536 25,536 00000000d15165e0d5aa62d50fd918bdee4f1a9b1b8429dd5c9d6174c646e6da 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.48 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,749.47 GB sent, 99.48 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.