Memory Pool Memory Pool Refreshing

4,831 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (233,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
674,204 674,204 000000000000000000046b22b1d7b87b5e85aceee440d1daf0e941fd8b041b98 1.32 MB 3,129 122
674,203 674,203 0000000000000000000beceb79cdc7b9ed7a651046b54de6291789d1db99c4a3 1.30 MB 2,795 75
674,202 674,202 0000000000000000000d0360528d3897feeff8f3ef0fca12c8d5853c2eaab423 1.60 MB 1,978 94
674,201 674,201 0000000000000000000b5c3679be41a013248d15ddec8261c7ebe2f1ed246c97 1.35 MB 2,797 105
674,200 674,200 0000000000000000000310144a689f57be5b36c05efe5683ad04d3258b7d44b5 1.38 MB 2,747 108
674,199 674,199 00000000000000000005ce56a9b7eafbcebda718c8fa871d776f34eef49fd86e 1.16 MB 1,303 75
674,198 674,198 0000000000000000000acdfc88b4b81ccb55834975f2afaa79b5b51dfeb0b466 1.30 MB 2,796 81
674,197 674,197 0000000000000000000b8876b9b524a7d772d341631d6a1facccd8f4a954ee8f 1.23 MB 2,504 93
674,196 674,196 00000000000000000001e9f6a570d357a99235a5652bd883615331d54f0badb1 1.12 MB 1,475 92
674,195 674,195 00000000000000000007933144431ad8e4b3f61a86b89dd1b4cf7bd95c070a15 1.19 MB 1,015 94
674,194 674,194 00000000000000000006a1134a2ba44237b7e16da679646cb6f20c58cd1db2c7 1.25 MB 2,087 103
674,193 674,193 00000000000000000006a092d67107eba95ee4f40d14c3131c009e982d0f9229 1.21 MB 1,718 97
674,192 674,192 000000000000000000029de47658dae82c0e1f6b07a2d5690156431e875b78b2 1.32 MB 1,246 103
674,191 674,191 0000000000000000000d12ff02f7332004ab25568a21109fd1a2356626296c79 1.19 MB 1,755 90
674,190 674,190 0000000000000000000c937634ab76e8f1c93c33bf3362a4274858c68c56647d 1.22 MB 2,623 94
674,189 674,189 0000000000000000000adfe813b3d088a47d46ca09ba29cec3d6c887d0df4933 1.29 MB 1,584 131
674,188 674,188 00000000000000000000e1723bc8bdd09eaf3669c532fcbfab3f413fdb8c04d3 1.40 MB 2,507 109
674,187 674,187 000000000000000000030d27a5fe79359beec54f92e689e076e4e45dc4e4310e 0.00 MB 1 0
674,186 674,186 00000000000000000004040064775a203dcaa9da39d9b97d8fc79cdf73f367f6 1.38 MB 2,868 111
674,185 674,185 0000000000000000000744724038f9f96b4a6ff9896b19624c424bfc06d4e84c 1.28 MB 2,925 106
674,184 674,184 00000000000000000000a1150ce2baf8bb9a4301058c9fcb8920064b9b28fd9a 1.20 MB 2,692 97
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.