Memory Pool Memory Pool Refreshing

3,333 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,106 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,741 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,105 (897,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,365 10,365 000000009cf3e6fbb4e557e492feb1f4256d13be410fa6d38410134ddd4d8936 0.00 MB 1 0
10,364 10,364 000000007f6b3ef3ae95420e339521ef8eacccb8d74e0edf79f7dfe9301f1b56 0.00 MB 1 0
10,363 10,363 00000000c9c81d9250de79b25bd29101697cdc3973cec23c191d73b8831d5254 0.00 MB 1 0
10,362 10,362 000000005c22277b5e40c37f60de59d36a5c34ed08f658ef72e7f2fad407d964 0.00 MB 1 0
10,361 10,361 000000003ab3f35921a3edddac5246a93439dfc1b3243e500e96d0af074d9eeb 0.00 MB 1 0
10,360 10,360 00000000df05ba86893171afb5fac773271b43377d52994167155f55847f773c 0.00 MB 1 0
10,359 10,359 00000000a7f367626415a589bd438f52644ed42e23468980245c4c579fc4236f 0.00 MB 1 0
10,358 10,358 000000007d26fd72efcd7bb5cf925ad768cd50def17a53d3ab7e2e0446001100 0.00 MB 1 0
10,357 10,357 00000000e5561b13ae74e8f5577ea53be5dd88b2a81f3837d1c15d7f3eec2736 0.00 MB 1 0
10,356 10,356 00000000c3d24ffa14b2e488fc260be176d6fb3218eab2f419b69fe7ab9f12db 0.00 MB 1 0
10,355 10,355 000000001c0b8c512add8ffe85322fe802a0a11c90d1a7b6db3c906ffb766542 0.00 MB 1 0
10,354 10,354 0000000054f8b60525be5ffd18ef8800674209dac84557734d7566a43f473ddf 0.00 MB 1 0
10,353 10,353 00000000555ee9a6e7f129261fa365f18ec1bb2fcb23045bf0692bc3550ac105 0.00 MB 1 0
10,352 10,352 00000000f6008745d9db6952b2aa1b9d9f647688267b0b6b98dd8c953198177f 0.00 MB 1 0
10,351 10,351 0000000089078910e9e67217e847d6a7001166793ce3b2d15540915eedccafde 0.00 MB 1 0
10,350 10,350 000000002828e0eedd51f6b46fea0a1aa2f0e79813951ca6dab56cab964d54ab 0.00 MB 1 0
10,349 10,349 0000000047b78ca7bd05a7d36f6e2fedb6d065addbb6f85b2743bec99e3c15fd 0.00 MB 1 0
10,348 10,348 000000004bca37f77abfe5b287bfe369c482b9af4561956521782eda88f96d51 0.00 MB 1 0
10,347 10,347 00000000d8b2b56d29216d83bb296ebb9fa055fe781d4a6628341f8e69c9bb78 0.00 MB 1 0
10,346 10,346 000000006804d028dc3e730939b83bf2ef7f663d2c7021bb328fe5ce01b66d2c 0.00 MB 1 0
10,345 10,345 00000000257e1b1722b11a72ca4d179255088cc96d97ec22b43d551931c19908 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.26 GB sent, 96.60 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.