Memory Pool Memory Pool Refreshing

2,228 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,159 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (367,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
540,423 540,423 00000000000000000023478fea6a2cf466a5e364f6e877d588104a79477850ec 0.00 MB 1 0
540,422 540,422 00000000000000000025e2221694d33b658a321eaf95ff6fff68cc9736fb0a45 1.17 MB 2,063 25
540,421 540,421 000000000000000000108c403a5934e77afc8069e063da47106df7a61abfc75a 0.92 MB 1,556 33
540,420 540,420 00000000000000000013a25977cfe9bbec4ca42d6eaca17114dfbe18423e9bc0 0.64 MB 1,259 7
540,419 540,419 0000000000000000001fc34aacbcc0145ee87a408c4c73356948c703f937adde 0.48 MB 481 14
540,418 540,418 0000000000000000001429f8a9d1eb77710a0d311867fc353ef9f6801d872917 1.24 MB 2,711 28
540,417 540,417 0000000000000000001eb24197b44f2710bde97d0765d8062f213d799c0fdabb 0.29 MB 705 21
540,416 540,416 0000000000000000000ebbc57d4a2f9888b27560f2c1ac94e8476375f1059971 0.55 MB 797 16
540,415 540,415 00000000000000000020af2456b403ab86991237541a0269424d11f53283e114 0.32 MB 515 7
540,414 540,414 000000000000000000078561a198fb41f03b8f6158bd971bef3ee65545fe13f6 1.22 MB 2,034 24
540,413 540,413 0000000000000000000f47d0deefbb26dfee3f9d50815329e6faafa429bd2312 0.50 MB 715 4
540,412 540,412 000000000000000000146bb831a2b6d2d4cda9f058648ecaf0b181d392bb7ffd 1.47 MB 1,966 22
540,411 540,411 000000000000000000017e2b505485a76be41d21328eff23ebfca29f4c8c07de 0.96 MB 2,058 22
540,410 540,410 00000000000000000025afb635703078fbf51f6670cccda5d7d007423ddb6581 0.44 MB 1,146 17
540,409 540,409 0000000000000000000e29283e27873e3eacd04f49ae55c2284d5c2fa2335d7b 0.70 MB 1,150 31
540,408 540,408 00000000000000000010f93e704a38835ce8aa178c46afd0ff8b9516a2847486 0.00 MB 10 14
540,407 540,407 0000000000000000001318b9d1ea2aaa42591e4dddf8011cf8d7e2667423348f 0.60 MB 1,288 27
540,406 540,406 0000000000000000001bb58db4cd1e7eeaa0590a25c2e855dbd5f03ac2c0df7d 0.75 MB 1,380 9
540,405 540,405 00000000000000000022a6ef2026678c93000f0235ebe6bc63389d60a0cd4cfa 1.15 MB 1,669 20
540,404 540,404 000000000000000000171b59cb1ead796634c302540f7e6bf750277e59622f2c 1.04 MB 644 12
540,403 540,403 0000000000000000000d2a8712db853f0b5c87caff010517f8a82d2cf040af2f 1.16 MB 1,658 18
Previous 10 blocks ↓
Total Size: 769.43 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,645.57 GB sent, 95.10 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.