Memory Pool Memory Pool Refreshing

5,633 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,804 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (96,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,231 811,231 000000000000000000014497bf44b57b13ad2dd95f16b2544d3be9e77e7205d1 1.84 MB 1,849 4
811,230 811,230 00000000000000000000b2fd41edc37d9128b6b67d86124bdd60d3fa27658a15 1.58 MB 2,140 17
811,229 811,229 0000000000000000000011b56a26808c130590c9cbe6312953d88d85880ad8e5 1.17 MB 573 7
811,228 811,228 00000000000000000001b18f31634b6b432ed839120f43134bd604576d9d1401 1.15 MB 1,010 11
811,227 811,227 00000000000000000002e5496841443c494688010bcdf7e22dc132fb9334a4dc 1.07 MB 500 7
811,226 811,226 00000000000000000002de5a6496dc2168ce26bbe48d05718aa7aa55d467e2b1 1.25 MB 1,526 16
811,225 811,225 00000000000000000000e698029d4a10a6b8daafc8753c699f0851d8f81a9615 1.53 MB 3,318 26
811,224 811,224 00000000000000000000c967bbed567533e239bdfc96f2ab38b9d79efafbb6bc 2.15 MB 1,671 8
811,223 811,223 000000000000000000036937d41e4ed6511f6cbbe8253fab648a7003605652c5 1.73 MB 2,612 22
811,222 811,222 0000000000000000000464f41d4ea87732b92001ce25c551a1b1633dea8b2f76 1.65 MB 3,013 27
811,221 811,221 00000000000000000003fd8311cf28c9298eeaa7f91746af0d2746b359d6b17e 2.46 MB 901 4
811,220 811,220 00000000000000000001ba229b41491160448cff316aef23ab777f5314f30187 1.55 MB 2,338 15
811,219 811,219 0000000000000000000310cf043f970835421eda10ee3a050231dc5bfe87e1d6 2.90 MB 1,116 4
811,218 811,218 0000000000000000000024c529412027cc8db482b3491f6852cfba971eed8c2e 2.02 MB 1,290 4
811,217 811,217 00000000000000000000b507d42d0a60bbfa954b8e3fe9d87a42906aeac57d3f 1.75 MB 2,676 8
811,216 811,216 00000000000000000001f5a7d7b9bd5480ca2b1a8067fcbf48d60cbe373fb60a 1.51 MB 4,217 32
811,215 811,215 000000000000000000004d1a232b71f2c139964ce03ccf2c407190fbb4c5a01a 1.77 MB 2,099 10
811,214 811,214 00000000000000000002545cad999c8c7551b8b566fc189a9fc0650abfdc86f0 2.02 MB 655 4
811,213 811,213 000000000000000000041f45085edaf5ab9dd06815cb59b8df35f2d7670300c2 2.00 MB 1,265 6
811,212 811,212 0000000000000000000081257178eaf027e8eda9093e3ac7c2fc0041308b6d15 1.96 MB 1,274 7
811,211 811,211 00000000000000000003d570049ce644c00528e3729a6617fe0dfe5fbdf4056a 1.88 MB 1,424 9
Previous 10 blocks ↓
Total Size: 768.98 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,616.00 GB sent, 92.71 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.