Memory Pool Memory Pool Refreshing

14,105 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,245 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (624,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,114 283,114 000000000000000026b0d4dd33605ce28094b38697cef4c4cf40c4425de5c08d 0.76 MB 1,525 37
283,113 283,113 0000000000000000e8be41310dd1a1fc75ea3446176d7dd379c0ab9f7df8b695 0.22 MB 439 48
283,112 283,112 0000000000000000726fc931db1190ef4329976845d2231b0170da9821196282 0.09 MB 222 41
283,111 283,111 0000000000000001e476c6e140f4901416caef7f6c21c8f2725bc44c45fef3fd 0.44 MB 905 44
283,110 283,110 000000000000000167b56449edc301a97e499dcae29b20edcf106f194a4ba939 0.05 MB 59 33
283,109 283,109 00000000000000009f5d6fb2e5b6f1d8a1b2ac020abe346b1162a2502123398a 0.29 MB 375 24
283,108 283,108 000000000000000065c2a11495b3fd63190e28293c24f43547ca8c2f882299d9 0.35 MB 526 27
283,107 283,107 0000000000000001a437018f3c3db487967b6c91940e79ab8cd6a35ce2de21a5 0.90 MB 1,770 29
283,106 283,106 0000000000000000cddae6e8ef56f0650933e7539178fd28a3d9c227d3c8556c 0.25 MB 832 93
283,105 283,105 00000000000000007fe3a0d17caafa84c2076c52733f7de7b967806800f5ba95 0.05 MB 135 54
283,104 283,104 0000000000000001633a233ec797d4125707349915dfc436799b534e533696a3 0.35 MB 889 39
283,103 283,103 000000000000000020cb64136e295f3d95c484e8645bc714a654144a273bfe35 0.18 MB 512 73
283,102 283,102 00000000000000011d8c3de9616a349cc29e8a9a0e31bdd63aebb40d7e4e3c48 0.25 MB 788 97
283,101 283,101 0000000000000001adbfb306170ef3e66f54cec4a7016f361f3a2e6db492018b 0.62 MB 935 26
283,100 283,100 00000000000000012ddb0e21076aa60281a3b93a4336f8c3884dbb5f85fce4d7 0.35 MB 783 80
283,099 283,099 000000000000000145f738890dc703e7637b677f15e9a49ea2eeca6e6e3c5f51 0.39 MB 370 19
283,098 283,098 00000000000000012af08fe29312627aa6f74aa7f617925da4f4f3a572a95da0 0.35 MB 1,068 62
283,097 283,097 0000000000000001dc69cebae7c60b3e92c7c4d1d006a4fecbe00835a8fcc06b 0.05 MB 161 67
283,096 283,096 00000000000000016e253d149d5a4d03eca150d558dba088a473328a23a8e95a 0.10 MB 140 33
283,095 283,095 000000000000000089c479b674958553c299b98841d146efee762d22e68b4917 0.13 MB 298 63
283,094 283,094 0000000000000000f756dffec64954e42303dbfc3188bbc3a6157faaa6988807 0.17 MB 169 18
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,622.95 GB sent, 92.96 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.