Memory Pool Memory Pool Refreshing

8,366 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,529 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (794,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,142 113,142 00000000000088b51227c00ee1606c87f750a2bfb8f22227fe02b4cc8ae6e5dd 0.01 MB 17 397
113,141 113,141 000000000000672ec63fc9ddfec2ac0f1a688e968503e8c4e73a970efbb2a0b6 0.01 MB 19 544
113,140 113,140 000000000000b56aff79bc7bceeb2b3c5e181244f8f7e8261300b6fd5de2ff23 0.00 MB 10 590
113,139 113,139 00000000000099771ddadd0d4852dc67cb736f2c68b64206610401afa00ff21f 0.00 MB 12 297
113,138 113,138 0000000000008c4dccca07d81c97a5d21b0757c9f245169ea8a5ce3a82a3a3c5 0.01 MB 19 352
113,137 113,137 0000000000003fbae4f7d402266e54e41312e0d5a27d94728b3c9a652475ef47 0.00 MB 11 343
113,136 113,136 000000000000622b396e39ee7b72aa998d6b5a62de918660dd357dafe912372f 0.01 MB 32 0
113,135 113,135 000000000000cc160165f1dd2402f26ee14c55b637f51018ad3d9d2c8d12bfee 0.00 MB 15 0
113,134 113,134 0000000000005761f9a7ca5ffd16819c0aea718e012b040c60fa33eade62b56c 0.00 MB 9 0
113,133 113,133 0000000000004e9777101ae827f9925e4d90b9df20c9a2b0f8d80462efbc0626 0.00 MB 11 0
113,132 113,132 000000000000774320d2c9206a0c36e1acfbd119364911c32e9107781db07515 0.00 MB 10 0
113,131 113,131 000000000000a003dfdc16678751b993d29cc2031204c3a4bd0397a41b7e5673 0.00 MB 12 426
113,130 113,130 0000000000000af9eca0dd4c05827b8ea54ab252474558649c3ac5cf5a4aee4e 0.00 MB 11 0
113,129 113,129 000000000000057cc3723b42963d37be1c70f6ad8682f19d13e517f85576c506 0.00 MB 11 0
113,128 113,128 0000000000002010617d926dde75af5a0793577d918c59164dc190ded178b730 0.02 MB 61 54
113,127 113,127 00000000000030e3b0d7b5bca764b60cad8638f16531aae894d5ec4657a86591 0.01 MB 21 503
113,126 113,126 00000000000001088b76fac38f1492159828f5cb3bcaa7cb0398c5a84b1d555d 0.00 MB 11 356
113,125 113,125 000000000000c601c5c28aa449d34a2bef82568bbff2e6fa79e84aaedf1fa35d 0.00 MB 12 0
113,124 113,124 000000000000aa4c5e32fbb66daa61ac22a680e5c4ed15109e07ee7fe008de65 0.00 MB 12 0
113,123 113,123 0000000000004e8a71089d68e87a606d333aec6d03ade5cf5ef98e86f2906b28 0.00 MB 11 309
113,122 113,122 0000000000000e7ddebdcf38fc43c4bfced76912be048d28f0640334684a3e1e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.