Memory Pool Memory Pool Refreshing

2,367 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.66 vMB 2,342 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (672,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
235,221 235,221 0000000000000056f8da12b3353bb44596cfd777cc48dcb24f00eb8bfbc8a226 0.25 MB 423 124
235,220 235,220 00000000000000cee0238c48e1d9916fc878ae4a6983a37814da82fd0167f8df 0.25 MB 701 215
235,219 235,219 000000000000000cf5e564a6be8a0bff7f0b6b774d15fba4a451eaed36d3b5e8 0.12 MB 269 208
235,218 235,218 000000000000006dc2a19f69f7e007a19576cdcb7b07def0cf98144c94330b38 0.00 MB 4 0
235,217 235,217 000000000000002a9a85a940c4da2951c3e91a043a44805fa286b336364d9daa 0.15 MB 355 195
235,216 235,216 00000000000001005545054b19d0c1729c23a6fed6b6212252302e57ec60e279 0.19 MB 464 204
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.