Memory Pool Memory Pool Refreshing

10,293 transactions
4.25 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,281 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (364,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
542,811 542,811 0000000000000000001e10b571b8c0660cd2c898efeff6c5115fb6f800ecc17a 0.60 MB 862 9
542,810 542,810 000000000000000000116053ec9b319d5b3e3360ec3615d3ba2b91b9adabd27d 0.42 MB 519 15
542,809 542,809 0000000000000000001c9f1219e9793f362a9a5c000ce2a467f3086b8fa4bea6 0.32 MB 738 32
542,808 542,808 00000000000000000012c175197bb14075d353351ef5f4383207a435e98bce07 1.00 MB 1,767 7
542,807 542,807 0000000000000000000c47d505296f2902fa6041b36e3a918d0579ea331913fd 1.17 MB 2,485 21
542,806 542,806 000000000000000000216dd46fb82279b332b3671dd8cc5355bde001ce2f79e8 0.25 MB 530 6
542,805 542,805 0000000000000000001c7990331559bdcac6702bb9dd97ce2a8158a57789b037 0.05 MB 66 35
542,804 542,804 00000000000000000005d66fda3a5fdcdc3086244ad6caf85a464d1168dd4543 0.06 MB 150 11
542,803 542,803 00000000000000000016f471f45756f94e26c46044a91394bc8f5ca5bfec8f82 0.95 MB 1,377 17
542,802 542,802 0000000000000000002594b51435020ed2dc86ffa054a5d39f6293c661ba484e 0.43 MB 807 10
542,801 542,801 00000000000000000012b4a595ac43e8fd41491f443d27242d7d2343d2414754 0.62 MB 1,068 13
542,800 542,800 00000000000000000005b9198010916efcd34b8088ae01b0a1910a67a3724eaa 1.21 MB 2,249 10
542,799 542,799 0000000000000000001edc239858055b30a8a3404ce5db4b68ccac6e050ab2ef 0.99 MB 1,597 12
542,798 542,798 0000000000000000001a286858e68d0594bfbe601a50c43d8511f73f0fb5b927 0.59 MB 929 8
542,797 542,797 0000000000000000000285bfa2beffd4ce206b20f9a577daf5d0256e181ba72d 0.74 MB 1,311 14
542,796 542,796 00000000000000000007b295925be1a818b42256a296f8c569086bc65e9d91f5 0.71 MB 1,385 14
542,795 542,795 000000000000000000209781e24e598ace6f831ac1569865d232cc2a731ce57b 0.54 MB 907 16
542,794 542,794 000000000000000000192d9b299f6ab4d7c269d7b7b17fcacec6ed882b39f9d4 0.43 MB 853 14
542,793 542,793 00000000000000000007ddc22abeb29005f3c4906b6e84b507b6be56a5ed1959 0.14 MB 299 13
542,792 542,792 00000000000000000021eb6aa4dae0f6047f0435dbedbdee529c6388a636bfb5 0.86 MB 1,442 14
542,791 542,791 0000000000000000002684a5d0968868eba1ea70f250d5d049ba7c7e65a7e3ba 0.16 MB 212 4
Previous 10 blocks ↓
Total Size: 769.02 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,624.81 GB sent, 93.01 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.