Memory Pool Memory Pool Refreshing

2,408 transactions
0.81 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.81 vMB 2,400 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (672,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,242 235,242 000000000000000bc59cf1367e4426adaedf02fa1acac1c92527b4f0718088f3 0.09 MB 281 22
235,241 235,241 000000000000001fb1d0635a373186c1d9de67bb114e54803f019ccf70a629fb 0.06 MB 151 218
235,240 235,240 00000000000000d3a0d58514d12b7568a9f8569f18c0069028c6b02676625e0e 0.08 MB 175 170
235,239 235,239 00000000000000b0cb0470aa98260b89ed2406d841cfa336a27a983964c3db6e 0.30 MB 469 183
235,238 235,238 0000000000000183640af7f5fe00c467cb7bf505df4a78b7c7922ecc6ffb4fb2 0.25 MB 600 239
235,237 235,237 000000000000016d579088068d964e7ab61b264c6efecd48dd9f1c136669ca4b 0.00 MB 1 0
235,236 235,236 0000000000000152426f0d08ae034677ae2812b90db9d60f25a6381d95d0ad42 0.07 MB 183 241
235,235 235,235 000000000000010a10e05e172442e0675a818d17b62c1ed041a4572002ca051e 0.10 MB 210 200
235,234 235,234 000000000000002b2ebab4f6b12d35a5832180b851913dac9c8fcaa0b4487101 0.14 MB 335 221
235,233 235,233 000000000000009d04bbb1429cb729f971296aebabbf017d1db02bac8cb086a7 0.00 MB 5 174
235,232 235,232 00000000000000a969c3458eafc999815cb240b43ab0ae767092bb7b6f569caf 0.20 MB 446 263
235,231 235,231 00000000000000edd2a095ee0167f37f1fd65d057e2796cc561f90d4e108d109 0.21 MB 485 231
235,230 235,230 000000000000006f61dbe8c6da0c8b89db99f8a8bb9c90fe75fac9971da3ee6c 0.11 MB 212 200
235,229 235,229 0000000000000000c2154168bfc477ce1efee8eb40ed63534ab5933ac419b072 0.08 MB 351 16
235,228 235,228 0000000000000185821c54f9d5582128c03ca7a35bf0bb73a5128dc4b836b15c 0.22 MB 456 232
235,227 235,227 00000000000000f72b37001e659e2abbde703cefa07699fd40ca1cc5014a55b4 0.28 MB 610 209
235,226 235,226 00000000000000ea86c9a8916eaf7e215f777807cee8ce113385d4707c2c9b22 0.23 MB 492 262
235,225 235,225 000000000000015c45302ee5485518dde906b8edcbaa3446604b234c99a89da8 0.05 MB 85 73
235,224 235,224 00000000000000fb9606c9fa853cda50d5e8192d6eae07ad1b244ae54b014058 0.25 MB 704 227
235,223 235,223 00000000000000f56990241f857402f08ad917510756824493acc148d8d0ffac 0.15 MB 270 192
235,222 235,222 000000000000012b7b59ced7627b92723fb04a1c5dbdad300b1afa560ca03113 0.20 MB 479 264
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.