Memory Pool Memory Pool Refreshing

9,450 transactions
3.76 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 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
908,160 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,150 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,159 (755,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,423 152,423 00000000000008e5dfbbba27c597500dec14f6c9fb30b516111aec7092aa40e9 0.02 MB 44 91
152,422 152,422 0000000000000b57dc4e1a7cf9493fd2c32ae2e94f8081b86326293439038974 0.00 MB 8 71
152,421 152,421 0000000000000a6bbbd90792eadf64fc5b0e0371f73e1e96dadaed7d9175b14d 0.00 MB 3 193
152,420 152,420 00000000000009a3761300fc07d4217659d1f5c524804e33ebbc09ed2aa0b192 0.03 MB 54 150
152,419 152,419 00000000000003b77fa4b5583fda42b34ca14b45eab94bf1e6212e694bcb6f83 0.02 MB 41 112
152,418 152,418 0000000000000df03048c61be50bf0d92300b003aa381b1b910ee5de0eb5290c 0.00 MB 7 37
152,417 152,417 000000000000043a186bd96473283ef904d98ac83a2ca6e53c584e7697ae9525 0.02 MB 48 135
152,416 152,416 0000000000000dbe361d7c68b4c12e88017bc0ff9bf4fc4c74ca3763edfceabe 0.01 MB 22 118
152,415 152,415 00000000000009c7cf5d8822610fc6a5e4028f09ec4e3b56095386e9b032d404 0.01 MB 28 53
152,414 152,414 00000000000003b748a10c71216331bc7b782c1cbd73d9188ee0c18c4367679d 0.00 MB 12 130
152,413 152,413 000000000000054b7ea962c50c575767aac9bdededd0d9c9b9cd2e0d1682512a 0.00 MB 9 22
152,412 152,412 000000000000064b9402f16158fb3de64e1d8b7b608f49f8c030f26018dacdb4 0.04 MB 73 185
152,411 152,411 000000000000085499a72899f8f2e65926a88273b2b9e1137be28b7f9726a8c8 0.01 MB 9 26
152,410 152,410 00000000000008b52c4d0a498a1573823f160517a9684163404078d72d70662c 0.01 MB 31 79
152,409 152,409 000000000000071636177a176220ebe1424ad48387bcf6bcffe807e12d5a1b2d 0.01 MB 34 259
152,408 152,408 000000000000062d27072fa702600fb653e09e1b50d432ea509b2da2ea940de4 0.01 MB 44 59
152,407 152,407 00000000000000f7fccf8162e511e0b9d294673015bde1cc6cb982e81e05eec3 0.02 MB 45 192
152,406 152,406 0000000000000221ab3483df4676cb1a864f307a4339bbbef4430f47c01d9dc8 0.02 MB 33 294
152,405 152,405 0000000000000c9f8ebf7df524f91759a0b04624a96d8776420036ede463723b 0.03 MB 96 71
152,404 152,404 0000000000000163dee2e8ad4567a5768e8e40e6914d44258a8a88ebdd537462 0.05 MB 103 197
152,403 152,403 000000000000097a7304cf626fc2537a551db7738765febf205869cde00ccb36 0.00 MB 4 64
Previous 10 blocks ↓
Total Size: 769.85 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,680.90 GB sent, 97.14 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.