Memory Pool Memory Pool Refreshing

1,164 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 sats/vbyte 3
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,164 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (624,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,120 283,120 00000000000000009bdded080e2bbef14c913cc24bc5eff67eacba141da76eae 0.15 MB 359 42
283,119 283,119 00000000000000015fc107ca4a8daf6c3bfe0c47b7fcee2b6be74ca353937d97 0.44 MB 713 35
283,118 283,118 0000000000000001b1cd8f23d5b2ee1be6c155138012715f3f216b7ab7533ecd 0.25 MB 690 47
283,117 283,117 0000000000000000568731a7e95e03f2c092fdf7b1f65223965e342f2267e4d6 0.05 MB 93 121
283,116 283,116 00000000000000011a3a81d344149fea9c55860ab01a4c094c076223be658626 0.41 MB 692 31
283,115 283,115 0000000000000000683416145bd86823e872d4942a1963ea94b8ec806d6b2a5f 0.25 MB 792 72
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
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.