Memory Pool Memory Pool Refreshing

2,307 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 2,297 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (666,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,054 241,054 0000000000000066f298696ee58d771eff057f777f330b68fdc109ac8f79d43b 0.05 MB 101 107
241,053 241,053 000000000000003133ec4d4fd81501b127e73c798770266dcf19fe0aaa42ff74 0.02 MB 37 129
241,052 241,052 0000000000000075ffd3df967fa378f7c3a908061edd83aa1c05d07fe18b0bf0 0.06 MB 77 117
241,051 241,051 00000000000000b5d4cc81ba1bb2c5a50e13cc89ee0527a22da8efeeda4daf2b 0.10 MB 232 186
241,050 241,050 00000000000000a4f1831a30857011ab8aa0e6c5762953db07302eaa7ff3944a 0.19 MB 405 178
241,049 241,049 00000000000000d33a210cc5eb69b8b8a0948e0e03f5758eeafae832a3cdd9c8 0.08 MB 133 156
241,048 241,048 00000000000000e31eee1fc93edcd4d81bde99c305e66f1084c30058508414e2 0.01 MB 48 226
241,047 241,047 000000000000004847d68dd178add0398b7d80cbec68adc67445a532e2060883 0.02 MB 57 184
241,046 241,046 00000000000000de2f7093c257b3bc2551d57d06021d7c002979442bb7f01508 0.08 MB 172 134
241,045 241,045 000000000000007fc5929c5e0a942d417ed8f04c4ddbe94b0cc91c121570a297 0.16 MB 340 166
241,044 241,044 0000000000000110fe0f4405df6ba668f3095671b76858fd8f03b0f186432396 0.12 MB 234 262
241,043 241,043 000000000000006c8cae86a127b9d2275730bc34f90abe2f4b8f7bb0b176178d 0.08 MB 178 228
241,042 241,042 00000000000000696247f9df4424f72b3e6aedb9ae1070ebf3948420c65e21f0 0.35 MB 636 135
241,041 241,041 0000000000000062e33609a6653b870f76f3f61e6f0aa3d9100ad12d78926a79 0.10 MB 291 66
241,040 241,040 00000000000000759d94a32e24244fed4cdc73efced1828b8e0c36325fccdd08 0.25 MB 751 239
241,039 241,039 0000000000000024f001f6584fb85501cd86093b0f86d94cb6205fc8effb352c 0.06 MB 125 218
241,038 241,038 00000000000000dc2c931ce44b36b610c4d9e39c4582f1d846d7ea6363ba95d2 0.03 MB 76 465
241,037 241,037 00000000000000eb4d3363ebc95a2173378a59ccbc10ff017a7086b71dc231cd 0.03 MB 47 142
241,036 241,036 00000000000000a755aa407676d4b051ebaf4a0cf0243f2b4eb8fcf8664d0635 0.08 MB 151 184
241,035 241,035 00000000000000581d66e6f3d982991cf4c6ea5386eb0498ae1f3c923c0d261a 0.11 MB 224 176
241,034 241,034 00000000000000bb0b2c22332a9f248035626d21f27a9d5cbcbf9d121ad889b6 0.20 MB 373 150
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.