Memory Pool Memory Pool Refreshing

9,629 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,523 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (757,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,254 150,254 00000000000001850dcece060165a1725e25c683fc196a92a9686356a83d9f90 0.03 MB 80 222
150,253 150,253 0000000000000524119bb646fefc0792d99a92f58691b76dd530760e780b1d29 0.00 MB 4 64
150,252 150,252 0000000000000842e3c64862161258c4b61e82e6dc00949a3867a61734953bc3 0.05 MB 121 0
150,251 150,251 0000000000000a3199941110cd28fa111af0f4aee932dc438f9fbe67736a8f5c 0.08 MB 128 188
150,250 150,250 00000000000009b5134b93ff973d8692fd6354dd3311c8a42984a41f2f566aad 0.01 MB 19 50
150,249 150,249 00000000000004de4c62a9d2840558592bd96352c492aaf47e74656a549a1d4f 0.02 MB 43 254
150,248 150,248 0000000000000b0fb5b0d83275d769f94e659d4e44140c64e4f8d1807c2e61ef 0.03 MB 90 250
150,247 150,247 0000000000000ac05cab0b7245eded28182437360700e4b7252d2c7f5a505e2f 0.04 MB 148 3
150,246 150,246 00000000000008e7e0129c7c8293c7a773296067b3eb6db6c686998059bc5a03 0.05 MB 98 166
150,245 150,245 000000000000054616257dd31693e94d21502172bf4a080ae42cd1171c968a79 0.02 MB 56 13
150,244 150,244 000000000000057dcb48c0919aa6ac85120305095571d7b403d48361decb6900 0.05 MB 125 134
150,243 150,243 00000000000009cd8649bb4a7724dafebe4c6a4697f6f6333a2fe93a9d1a9883 0.02 MB 64 165
150,242 150,242 0000000000000b05f12cf06ea8169564c966a37657febdfce796d65b0ddf77dd 0.03 MB 80 170
150,241 150,241 000000000000019ffb448686feec7cefb8227fc6760cc1e145ee92aade082e39 0.02 MB 39 233
150,240 150,240 00000000000000d2f108dfd68e55bdb8f1c574116fa5b55d86c3e0af99fef374 0.00 MB 2 193
150,239 150,239 00000000000005e88c33b6e9c154bb017b261919e567a6844e535fcf4e685bf7 0.01 MB 10 231
150,238 150,238 00000000000007048f01d4a1f8f9e746fa4a59f6b1e8760c85c08bd6d0b82a54 0.03 MB 94 23
150,237 150,237 000000000000010ce352a1d9799bea65d7f869a4ff736c0a286587d3e514e360 0.01 MB 32 348
150,236 150,236 00000000000005c66ae7042e5ba281c3f617dde009c175b6b2a0c038f2225d93 0.01 MB 31 228
150,235 150,235 000000000000097109cb12432988bf5184fa1fbc02a6f8e3f8817c6a38fb432d 0.05 MB 101 171
150,234 150,234 00000000000004e159b7f955398608b1965a4c6606e8f92802454153b6e90888 0.01 MB 49 110
Previous 10 blocks ↓
Total Size: 769.02 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,624.74 GB sent, 93.00 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.