Memory Pool Memory Pool Refreshing

7,582 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
908,293 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,414 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,292 (897,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,402 10,402 0000000055f5be5964df8533a69d9745738272518fa66c54fd64e54a1ea9f488 0.00 MB 1 0
10,401 10,401 00000000c1c52eae8046c026a17f751d76e78072fa5c8382553515ef70b9014f 0.00 MB 1 0
10,400 10,400 00000000754ffbb3b325c4c9b3d2e42a0f4bbc7ac6362d07014b6168265b6dce 0.00 MB 1 0
10,399 10,399 00000000c3d1011c3b480699baf1ccd6f7dc57d022b075f2581084889b29a045 0.00 MB 1 0
10,398 10,398 000000002e54a8fc74da054e91e1654baff80fb9ca24acc040e06a7f3ec27fd4 0.00 MB 1 0
10,397 10,397 00000000c5f606b649a7c0dc34f519ad8965d979f85b0a619fcc48cfc1d6c8a6 0.00 MB 1 0
10,396 10,396 000000009e43d4db180acbfd3ac56ea982d19c83edcd9c06923233bf7682133a 0.00 MB 1 0
10,395 10,395 00000000ddc6420246e5d9f15a8ad880f487cd8876556d7e7e1aa2e3fc89e2d2 0.00 MB 1 0
10,394 10,394 0000000005809f9d3237a4e4d5d343a5775084f89a44f7640c120e3b75e975e4 0.00 MB 1 0
10,393 10,393 00000000ff6c7303d120e4249090d54314a415c2692de254e0d213e55efef90e 0.00 MB 1 0
10,392 10,392 000000000b28519a117cea8e363ad3bfb0d2cdd4ae1e9ab3859ce36146ed3e06 0.00 MB 1 0
10,391 10,391 00000000599c6b1ea5f1850841ca340325fb07b89fc4fa9e8cd0e5b157106f3e 0.00 MB 1 0
10,390 10,390 000000007b96725132aa807d4cdddfc528e93cbccf6e6ca7b5eda74b1b01c45e 0.00 MB 1 0
10,389 10,389 00000000ba0ae206aad7f58206a6422c442d290ad8e69f244b6173c520b75de8 0.00 MB 1 0
10,388 10,388 00000000cd58c2ab8aab38eb33805d1db37346c7e49a099ec4ccff1f3aacac3f 0.00 MB 1 0
10,387 10,387 00000000dadf0b9f857e42cb8f5db46eabe82ea210b146175e18398d0e2ad6d6 0.00 MB 1 0
10,386 10,386 00000000557e47f90d5e4ce22c8feeb10d3cade27dda92cd7e7bf628cd488778 0.00 MB 1 0
10,385 10,385 0000000094386a67604d7680440ec2d6b2d08999d52050e1e6adbd00af75353e 0.00 MB 1 0
10,384 10,384 00000000835c60cafdf2a3425d41cbdcf286d91b9bd5bb935b29f82723262795 0.00 MB 1 0
10,383 10,383 0000000003459d410421933ad518d1d7b70604e2ced57f15441f7f104b0b961d 0.00 MB 1 0
10,382 10,382 000000006c53f53f82086e076b42d253c5f83f3617f8f622ec08f9b5d48f7f75 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.46 GB sent, 98.34 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.