Memory Pool Memory Pool Refreshing

3,272 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,096 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,397 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,095 (744,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,454 163,454 00000000000009e066c17c5145c24e186a3bdd4b8b716746ce4fe88bd57a27a5 0.03 MB 86 5
163,453 163,453 00000000000007cbbd79d3f4bdc24a904d5aac1c6cfcfd97de54e5775e5b7256 0.01 MB 18 54
163,452 163,452 0000000000000290c6b9bc2d187c187b3c40db8764965482a66db5a48750b7fa 0.03 MB 63 386
163,451 163,451 000000000000099cdcef155c3372fe6e3432718e666379ccd1de1d8087867933 0.01 MB 25 29
163,450 163,450 0000000000000cab9ef4f1ba53bb2da9c2a8e4c69a95db377ab88263a92ecefe 0.00 MB 11 0
163,449 163,449 00000000000006860d9955af366a7b8e483ef579d5d1104dbf8e83bffa447789 0.00 MB 1 0
163,448 163,448 000000000000047a72be90500cf0d370abde1f7fa3c48c1885316f30cea756bb 0.02 MB 30 22
163,447 163,447 000000000000000453987404436d22cb8692aea0de5a77ff9d491921103c9a03 0.03 MB 50 52
163,446 163,446 0000000000000a3a5f43539474fb0d9d01e1cc6f02a090f5d802d6d0eecb577c 0.01 MB 18 56
163,445 163,445 00000000000001c30221546657897821c086760830c26e386c952bfaa3a029c3 0.01 MB 29 222
163,444 163,444 0000000000000829ac59a68cccc39ec61c0ed7e0a9647905e7c515f713e184ff 0.00 MB 8 12
163,443 163,443 000000000000087b8b0a2cae72a119b372e1b8944d921e23df26bbdce6f23bdc 0.02 MB 63 100
163,442 163,442 00000000000006e5f510472baed008aebf3557c251c50fec5353b219becd9d03 0.01 MB 35 0
163,441 163,441 0000000000000644dcff8f3cf2b99a051c4a7019ebb2737529feb8bfb1345a05 0.00 MB 1 0
163,440 163,440 000000000000033230d4a60a729f80e3841d37d6c3bc220fce195f24a49346e8 0.02 MB 41 367
163,439 163,439 0000000000000a3bad2e2179bf22575056af2600adeb29edf304977845f3237a 0.00 MB 1 0
163,438 163,438 000000000000098bb4956ed1cbff8a74bf29a8c931ba73c49bb67919567b3aaf 0.01 MB 16 246
163,437 163,437 00000000000006923befda1a8f7e141b59db19266ea6559910ced5927b1b82de 0.02 MB 64 104
163,436 163,436 0000000000000ba9b6952972013fd93d5f0edcd233daf38ee632420f1abd5c3a 0.00 MB 6 69
163,435 163,435 0000000000000664918ad7c4e20a374916fb761ae3f52d9490fe2ea80af93f5f 0.04 MB 116 13
163,434 163,434 00000000000009d5594ee05e5566095b31c8f4339f378a610f7bf8cd186ac81b 0.04 MB 58 215
Previous 10 blocks ↓
Total Size: 769.72 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,677.77 GB sent, 96.52 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.