Memory Pool Memory Pool Refreshing

729 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,765 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 714 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (346,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
561,559 561,559 00000000000000000008a0550c92d1ec0f681d39c33c572e802e3090187f0d42 0.24 MB 495 21
561,558 561,558 0000000000000000002ddc93a2539f28cd0c9b2456fa51a0bbbced94559fc955 1.28 MB 2,827 20
561,557 561,557 0000000000000000002d04345f1fcaf52b4f6c04c1f7ec12cfd7597e5490dba8 1.18 MB 2,422 5
561,556 561,556 000000000000000000159acd8a0a801c34b8458a79f6ce9c008fca93cb1780b1 1.13 MB 3,125 7
561,555 561,555 0000000000000000000d7f6ad062155e8e2c80b1404657d72ea56bcec1fc2407 1.33 MB 2,752 7
561,554 561,554 0000000000000000001a50786753712485b68f3c40c3ba762e543d77276497b0 1.34 MB 2,796 12
561,553 561,553 0000000000000000000c2339f90752fed35f1c6b39ebd551768cd7e5a430cf95 1.23 MB 2,830 39
561,552 561,552 00000000000000000017613a7cb75e1d6802a9145cb4b1650cd5b51f2bc41060 1.09 MB 1,495 6
561,551 561,551 000000000000000000251730641ac89285a3d66c9078d99d735e54edb3ab2197 1.26 MB 2,851 15
561,550 561,550 0000000000000000000723a0249a44b5a25087ac108384d37970a7d76a22db6c 1.21 MB 2,404 11
561,549 561,549 00000000000000000000c3b436672e7f9747ebaaf2464026ff3571ed68c1c39b 1.15 MB 2,712 6
561,548 561,548 00000000000000000007fc17ca589adb729df3fb406d1719864a2e5c9090b4c7 1.21 MB 2,857 15
561,547 561,547 0000000000000000002ebd8756d68a4c281e78fc18844eae8deb55edae750218 1.34 MB 3,228 13
561,546 561,546 0000000000000000001340f821b82c8a1f4661b99fa87ca83e55ff2dbf314a5c 1.22 MB 2,461 29
561,545 561,545 000000000000000000126b6b75c8592ac9645747f950d9265fd9fcf2810b967b 0.11 MB 308 25
561,544 561,544 0000000000000000001d84942d6371642af3d3d7ea2c8f92177de600cfdbc476 1.37 MB 2,224 4
561,543 561,543 0000000000000000001f30dba65039b959294965d9df519c5d6881a61afae360 1.14 MB 1,908 7
561,542 561,542 0000000000000000000101060329f45f73eb235f97c01d6ba99ff7ce110c9444 1.22 MB 3,020 14
561,541 561,541 0000000000000000001138016c070cabd988832fa545fca288ac82500aad9ba9 1.23 MB 2,493 8
561,540 561,540 00000000000000000011f269c99cd099b178033e105d8e98c6a4c81ead8c6645 1.10 MB 1,794 3
561,539 561,539 000000000000000000097f3c4d2f32eb6dc3a469bfddb24997d33e8f77fdd1ce 1.19 MB 2,103 12
Previous 10 blocks ↓
Total Size: 769.10 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,628.87 GB sent, 93.39 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.