Memory Pool Memory Pool Refreshing

7,300 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
908,135 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,630 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,134 (893,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,457 14,457 0000000014abeccb56294335f526d609fc3871d1ea98607659bdc6ed6c2f00aa 0.00 MB 1 0
14,456 14,456 00000000f8463d3cf4d05d7ee96cb2ba91058d83d0a1c81319f93c9c7ef0a0f1 0.00 MB 1 0
14,455 14,455 0000000028f8e892b587f66458566d8d8fce69c5698a9226541f4613968aa351 0.00 MB 1 0
14,454 14,454 000000001a68c4cfcf6028d1bf747d1d658a4d8944312758fa9f7d93a76496c0 0.00 MB 1 0
14,453 14,453 0000000090d6d9ee76e8e6cdfb4e731c0a347677a6cfa5d16bb122d86d20dd23 0.00 MB 1 0
14,452 14,452 000000000881f20dc6f3e00adbd73a7e025ae67d26e1a43973884f6b5bc4309c 0.00 MB 1 0
14,451 14,451 00000000fd0db537f6fdb7e5732dcdb928bed96017d7e11bb62970912c372ac5 0.00 MB 1 0
14,450 14,450 00000000980676044bed0389795bc8ec5f0cb41413343cd9f8102f0ea415f994 0.00 MB 1 0
14,449 14,449 000000008e2c0c54613ccdde49406076cf2823b129e8f2b85f06008bd7667f75 0.00 MB 1 0
14,448 14,448 000000000fbc634cd7d450c8c2847b4cb08619e69bf4ee2813b1007b3836cf26 0.00 MB 1 0
14,447 14,447 0000000096a3418307c695fb114445613af7af74aad437aa94440cb493e0a52e 0.00 MB 1 0
14,446 14,446 0000000006db2daf9d1f543704e6e27ad5bb7b6e61ff0b56f0b1f1b667237293 0.00 MB 1 0
14,445 14,445 0000000007fc0ed52f7ad38f35aebdf4e8fa3ae4a9c5db2a0bb0b5ae5382b9db 0.00 MB 1 0
14,444 14,444 000000009a51708b378b2274560c7aac7aaa7d25af6d8a77ecdb1cd3851bf28a 0.00 MB 1 0
14,443 14,443 000000007517db93760eec3e9037b5035c4d52c4551da45c206a64ce91475f86 0.00 MB 1 0
14,442 14,442 000000003171a5e6d15fecac9faeb26ce7f857b9a8634235f18f4bc8c224ddee 0.00 MB 1 0
14,441 14,441 000000000b158bd24d530d91d2bf54ff5f1ca59fbe89d748c9f2b54e1c66d9be 0.00 MB 1 0
14,440 14,440 000000001e4f8ef6511d1f21fad630519a34fcfbd659ec7afc4b5b14d516bb4f 0.00 MB 1 0
14,439 14,439 000000009a2790918e14a199ce1d38b97734fa190d6d61fc169588fddc323690 0.00 MB 1 0
14,438 14,438 0000000080487c84c0ce5e47035b34b8ffdb038d27b71692630c45e31f20ea59 0.00 MB 1 0
14,437 14,437 0000000002f52b344d58e02f94c1e3c477a98822953cca02ef008da8f4b7c9de 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.80 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,680.42 GB sent, 96.90 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.