Memory Pool Memory Pool Refreshing

2,070 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,141 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (759,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,522 148,522 00000000000007f0de4cf9bb4d64949420a93eaac65b5c3c8ccd819da5f4c57f 0.03 MB 70 144
148,521 148,521 0000000000000709da4e3bc3e5ece42b6411bac689976df6a6b44b2dd6f258f1 0.03 MB 19 104
148,520 148,520 000000000000036e2c1b90fa2f7b4e803e4c1478cc3c690d2768e50edf56dfea 0.00 MB 6 38
148,519 148,519 00000000000006cd65e31b01a4485770b3f02728faf5cba15e9e66996eb41bfb 0.01 MB 24 96
148,518 148,518 000000000000083df82d21636c157471695570095c8c0605c1ed04b2813e2f66 0.00 MB 10 402
148,517 148,517 000000000000058f13139a94fb408ba31ffad9e42a0b57b9ce5b27bd67c6382e 0.00 MB 13 172
148,516 148,516 0000000000000632eacee0713cb527b7918e31b2548d619f14d4f9bbcd6c86bf 0.01 MB 21 57
148,515 148,515 00000000000002483f1ba33dc5015544ebcbcd3afae312999665487a90f1b054 0.02 MB 68 76
148,514 148,514 0000000000000123dd7cd243c6f24ad07d0e10a90b492185c8079b5590019573 0.00 MB 13 44
148,513 148,513 0000000000000501a05f2c71db45075b96c9788ad2cf14c36d137940d2293905 0.02 MB 23 89
148,512 148,512 0000000000000163482b66c1c2c4e8580b89760e52ba0962540203be3284c59e 0.02 MB 54 87
148,511 148,511 00000000000005041580498196586521d12daf7bbc2ff18b4ac9fb66f393a9e0 0.00 MB 8 167
148,510 148,510 00000000000005e1ac6f95e3287b8e8e18e23ed0159320923341f370f5759711 0.00 MB 4 54
148,509 148,509 0000000000000105dddb3a22690326e82544a27651ae4fc997de82143d000d54 0.02 MB 87 2
148,508 148,508 00000000000005ca1d48b074d0e143de8e2fe8c80196411345b2df96e1661aa6 0.03 MB 71 176
148,507 148,507 00000000000008539d2a16e7d6d9d3fd569d46f1c399469746d4d4817f64ea0d 0.02 MB 40 166
148,506 148,506 000000000000017b4526256e48719d3b56670b0e3643a87c352d22c08c1de99e 0.02 MB 18 37
148,505 148,505 00000000000002527d23a127b237ed50a541de8c61160f85447475ed205b9134 0.02 MB 57 213
148,504 148,504 0000000000000290b90925bc2c47ac5553935b41ef84d67aba95b79cd0479284 0.03 MB 89 98
148,503 148,503 00000000000008eb3d4c4772292530b10ff8747eb0f8b6ca6599d7783dd13872 0.02 MB 49 268
148,502 148,502 000000000000052476da7e5b756f3e18d1404d614de6ccd263d585881d4b842b 0.00 MB 14 117
Previous 10 blocks ↓
Total Size: 769.17 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,633.29 GB sent, 93.78 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.