Memory Pool Memory Pool Refreshing

869 transactions
0.61 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 857 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (567,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
340,275 340,275 00000000000000000201d0416256a8f60fc05d8a16a2e6b4aab20687f4bed321 0.14 MB 156 18
340,274 340,274 000000000000000014f35cd567d70ac03b2ecfd6a02b6603872e56f295e38c85 0.35 MB 776 29
340,273 340,273 00000000000000000cf7d7fb20a816b8172a5596fc958097a5cf8c57d4194d67 0.05 MB 87 9
340,272 340,272 00000000000000000e1affd01e622da3641139800f4a1a576584df9f85cec213 0.69 MB 1,450 27
340,271 340,271 000000000000000007228d12c8619461e8a2b4425358645eeed7dd15bcbfa631 0.29 MB 438 22
340,270 340,270 00000000000000000f0cc180ebed8e34df830702dcb234a79593b91995518088 0.19 MB 512 31
340,269 340,269 000000000000000007c90b4c9c96f7e0de2db9ee23793f4d4d3771e26a1ab9d0 0.37 MB 702 26
340,268 340,268 000000000000000000244f0efdea4b3967711e3d041a16a24be0fa6c2f0ce27f 0.14 MB 262 23
340,267 340,267 0000000000000000182c4ffb148322867dac96c31fb0a9fdd57a70c3eaa82c47 0.10 MB 46 3
340,266 340,266 000000000000000005d20f01382e42f87a4a1fbffb222acd7f9b06ef60b261a9 0.19 MB 309 22
340,265 340,265 00000000000000000cf531ac74ad1b72569d61062a6cc2bb77918842f06c0cf1 0.36 MB 745 25
340,264 340,264 0000000000000000147690507e21d21ab0ddad35dac1de42d2c36f30343fe23e 0.08 MB 87 6
340,263 340,263 00000000000000000453326079ea5c55278fb1f6ad98aaa5181f877ad9fbe637 0.25 MB 451 23
340,262 340,262 000000000000000010d93f95e2c32b811e866e47334dddd000ae1b56bb0a83ba 0.10 MB 157 18
340,261 340,261 00000000000000000d73ad31b9fc2f64c61a71e63b3e83cdbe23c75e71234e1a 0.11 MB 238 31
340,260 340,260 0000000000000000097bebdddf02d9137a40516b22964a440e6bbe85dd55743c 0.06 MB 79 3
340,259 340,259 000000000000000008f81d4c50fd393462c51f9aeb0cc64c6774ee42f00185a0 0.12 MB 209 23
340,258 340,258 000000000000000018b5a4b2c7a6622e1a8b8de0d2dc5b1892c8625b08c6096f 0.09 MB 152 23
340,257 340,257 00000000000000001397e1b5291c640a30db9b8618c417fb56009fd9953afdfc 0.11 MB 158 21
340,256 340,256 0000000000000000185f03c7f158acfa420272b85005e05b59fd0af048d64945 0.14 MB 262 24
340,255 340,255 0000000000000000159d8dc4b87e7da37ec66909965624c346232c4a00c672f3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.