Memory Pool Memory Pool Refreshing

923 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,885 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 918 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,884 (450,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
457,281 457,281 00000000000000000071cba93f3f58a687b00cd8bfd27b9031a5a1b6bfa87b64 1.00 MB 3,141 152
457,280 457,280 00000000000000000064974fb89ce94937c9fe27ac5926beb5b5c9398bfa2c02 1.00 MB 2,158 121
457,279 457,279 000000000000000001d34c1c6309047ad660709b023215550ad1a122bbc1aeb8 1.00 MB 2,431 127
457,278 457,278 000000000000000001ef8e6d8617e4c6ad3ccbf05db0472b19cbb7f88a9dfc52 1.00 MB 2,129 154
457,277 457,277 000000000000000001a99912664d49530e0945fb4598d82721526fa978796203 1.00 MB 2,087 188
457,276 457,276 000000000000000001c1ea7c2ef823b42fe7f99796bc65d5542b62dbe3b522fb 1.00 MB 1,635 225
457,275 457,275 0000000000000000020cc83b7e9e91d656cb76d0a227ae84f539d5a0420cade7 1.00 MB 2,053 179
457,274 457,274 000000000000000001c22e4d1d554f6e9a21cf70a045a3511af69d819e457145 1.00 MB 2,366 218
457,273 457,273 0000000000000000019961ca799bb12265336b34d9d0f12991ceb6e948b3706b 1.00 MB 2,273 223
457,272 457,272 00000000000000000107bf0ca1f672b4c3d5a24ff5d18d3e7227fdc2537f428e 0.24 MB 260 137
457,271 457,271 0000000000000000024b6eb518e77962e268d2ac7126f20307ded7f37f5a1a30 1.00 MB 2,076 242
457,270 457,270 0000000000000000015f1acbd846649d71ca8142b8b636986e923eb26309079f 0.06 MB 159 146
457,269 457,269 00000000000000000064c51abb98730dd8db64c2ecad35330caa397b18e25694 1.00 MB 2,228 200
457,268 457,268 00000000000000000115e738117007a7b0f612fc4fca1ede866fbced08873c78 1.00 MB 2,086 147
457,267 457,267 0000000000000000008db2ba372cf00711f9b92cf920ad1dbbbbc14b61d3b50d 1.00 MB 1,673 131
457,266 457,266 0000000000000000012b6da53a9871508f10eafafeea4800da9a0cfae1f038c9 0.04 MB 121 251
457,265 457,265 00000000000000000216600768c7c9656038c46834143989085526981bf3107c 1.00 MB 2,527 196
457,264 457,264 000000000000000001ad0af2c7f86514d55d03b7d454fdeca7371782dbf1ae9a 1.00 MB 3,047 125
457,263 457,263 000000000000000001f9aefd5604f915f82574c078196b433a45b6a8702d6349 1.00 MB 2,237 201
457,262 457,262 00000000000000000193c7e4cab116890048f8bccba7d7fa22a70272d35efce0 1.00 MB 2,573 195
457,261 457,261 000000000000000001d6e73f0d854a00a4b69779d27c076fe68b4525350857b2 1.00 MB 1,938 169
Previous 10 blocks ↓
Total Size: 769.32 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,643.13 GB sent, 94.58 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.