Memory Pool Memory Pool Refreshing

4,872 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,993 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (624,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,627 283,627 0000000000000000a745b657c33df7d7389ffb9c8c7d0ec8c04eb89e5a1db141 0.53 MB 867 33
283,626 283,626 0000000000000001525578f7b9ce2661ce4b6e7c16d74e89b119db0175a56856 0.15 MB 274 29
283,625 283,625 0000000000000001ee68d242f3fed5202313117a3a431bdc3f261fc1f7db8069 0.02 MB 62 22
283,624 283,624 000000000000000023c5e865d56f3c646ccf49634fe49f31f7fc3be2d2b27b96 0.42 MB 779 36
283,623 283,623 00000000000000000b1cccd40582fda0e41a69238a8be56a0d604d669070f9fa 0.03 MB 54 31
283,622 283,622 0000000000000000edc054f336adbc168505f46e0bbd2c5ce760f8ef7cee1fb7 0.09 MB 145 14
283,621 283,621 00000000000000001aad2b2c17eaac08bcf1e639517ce0ff72c4c71cfacb40c8 0.18 MB 354 35
283,620 283,620 000000000000000030431543edd84c87e4ad03b9cec0bbfda73249f5563338f7 0.11 MB 152 30
283,619 283,619 00000000000000008185767f922fde3055787225f77a63355405b4c673f71809 0.11 MB 161 27
283,618 283,618 0000000000000000708cd46ad4e1debe60843a3bcb0c33e25bbce66ebbb8e616 0.18 MB 367 48
283,617 283,617 0000000000000001364faf54a486fa42533d0b98beaca5f36962baf005ec9419 0.10 MB 115 28
283,616 283,616 00000000000000006dbf7a42853ea55b8c5054893de8c150dbb176dc37f76ec6 0.03 MB 68 17
283,615 283,615 0000000000000000629baf5d737486e25d3d75cd0cf5d302837a2be183b98c02 0.20 MB 388 44
283,614 283,614 0000000000000000336e7a45c5dc078a7f99197bae284669f5fe0b58d47a1be8 0.50 MB 729 29
283,613 283,613 00000000000000006dfe44404056582e67a2a79f288a158f3d9ce9464567762e 0.25 MB 671 39
283,612 283,612 00000000000000018a49aa5e02d8e115bbb5aed236ce663103c71bf3ddb0bb41 0.05 MB 137 128
283,611 283,611 00000000000000003043e5b20253b1bf03900277093889fe3fb4158f049c8799 0.33 MB 701 44
283,610 283,610 0000000000000000edebe00108ff0c6ed66ba32a37293eef5cee9dbad743d754 0.03 MB 74 16
283,609 283,609 0000000000000000498fab2cba9cf6da2a5d6a10513050fc0a7e6b03664130e7 0.05 MB 144 56
283,608 283,608 0000000000000000aedbbbd3a00e693cc65580b3f812da637a1d08f279681258 0.19 MB 466 51
283,607 283,607 00000000000000002f0c464b0588ac78d6a9fd467b8a62cc769309868737676c 0.11 MB 166 26
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.73 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.