Memory Pool Memory Pool Refreshing

3,107 transactions
1.18 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
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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,174 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (423,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
484,546 484,546 000000000000000000f0cbadc10e257c0f69df86d4e4613fd00871095cba4bea 1.04 MB 1,831 70
484,545 484,545 00000000000000000107983fcee6d87145481100d099bc8bcc1f768219c25c69 1.00 MB 2,225 79
484,544 484,544 000000000000000000e9da867272744e62a579d362e6f9bf904fca3a7463a139 1.00 MB 1,661 110
484,543 484,543 0000000000000000009d2c214a1de7599f9f9d143e2ba312d0f3c0f9edafa07d 1.00 MB 1,633 111
484,542 484,542 00000000000000000062c69f78d120ee2277e603f3ab7837725f8eb5b3e3c742 1.00 MB 2,468 174
484,541 484,541 000000000000000000243de5a58cb5dba6a25b7f95bd94d8d632c6c58d633306 1.01 MB 2,166 173
484,540 484,540 000000000000000000ea3dbe431e5a9b0ee9739e8f0b9d5b3ed03c00a4a3d066 1.01 MB 2,772 179
484,539 484,539 00000000000000000094bec0fcf9b5287a8d6f01ebe2d5a16f5d8fa0d8a0a7ed 1.00 MB 2,600 147
484,538 484,538 00000000000000000111ca3c8c217f53cf179c260094d6c59623f90a987b77c8 1.02 MB 2,238 181
484,537 484,537 0000000000000000011ba92114b4aa66374b50283fae4e5f60050a65cba76ee6 1.01 MB 1,771 212
484,536 484,536 000000000000000000ce43900790c5e3bfdbdf261568b89106401ea24114be19 1.01 MB 2,364 174
484,535 484,535 000000000000000001286343f8c7871f8ba8a4974d1e6a9e14b4699659ccf9e2 1.00 MB 1,878 242
484,534 484,534 0000000000000000000575a5326c4ac2b7343c516c9207378c1228c8aeb771e0 1.01 MB 1,537 258
484,533 484,533 000000000000000000a8b59dd72e9129162a4a1a86e909c22b6114f5b7f8a17f 1.00 MB 1,976 249
484,532 484,532 0000000000000000008bab728521d76aea9eff33569c1af32436339c4d9fb75c 1.02 MB 2,003 136
484,531 484,531 000000000000000000bbc54abc7b732b3ef8348f8e45aafe9e6e32e8b6e2dc31 1.00 MB 2,061 213
484,530 484,530 00000000000000000005c679447164d75f6843b25d6cb89a5a3e1fce03d322a2 1.00 MB 2,037 206
484,529 484,529 00000000000000000102d1167b40e4bf6141a84fe172b8e13c4e1200de864c3a 0.28 MB 658 130
484,528 484,528 0000000000000000004d92c64a58f21a22311a72f057200cc2cca248eec34c55 0.78 MB 1,712 129
484,527 484,527 0000000000000000011c5c5d5158781964fa1c62c76436a7c048f3b60bf767ce 0.58 MB 1,014 127
484,526 484,526 000000000000000000ab7031abec5bcefe98d63d8fd9848c62c730f7f56640a2 0.83 MB 1,647 139
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.28 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.