Memory Pool Memory Pool Refreshing

837 transactions
13.92 vMB
Show Random Selection Loading Transactions
Max Size: 56/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,304 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 573 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,303 (886,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,373 21,373 00000000e0a3a48835992a12f785a786b21c33d179121ff0cdcc6d8a6f679bec 0.00 MB 1 0
21,372 21,372 000000007ed784d5eb0158fd7db92ceac6a7c2a34d57352d3ee142f1e6e9ea67 0.00 MB 1 0
21,371 21,371 000000008a26d936593f869c816c38cd822c6c23d7ddb0032c623d6c14362c3f 0.00 MB 1 0
21,370 21,370 00000000aa94368d991fe72f7cae089e566974d1f38a990178ab831b8e6fde13 0.00 MB 1 0
21,369 21,369 0000000092cb986b788943c854632242c98c95cf2e61e970d9aceafd6de089f7 0.00 MB 1 0
21,368 21,368 000000008c5bae20dad3ce4d4ee58f8568815c7f1a2e4245aabea8799e619441 0.00 MB 1 0
21,367 21,367 00000000ebb78eda2a4c549cdd2ad0e977f8e64b3683fbba41c80eb140c6d524 0.00 MB 1 0
21,366 21,366 00000000c51cd3be22eed481a40836f64b9bb98ffb8fbf8389b606c587506fb6 0.00 MB 1 0
21,365 21,365 000000007354ea1bb9f420350144ef7c4eb7e4f9a08ae9d45308cb82115b5429 0.00 MB 1 0
21,364 21,364 00000000b3c7b56139d36c76f606729150c99c83cd3e18363f69ec2d616d3401 0.00 MB 1 0
21,363 21,363 00000000fef3761394a8626b57c21ebfce33db09cd73bafb809ddc69bee8e77f 0.00 MB 1 0
21,362 21,362 00000000c370667eb779baff81707716efc2742928faf1706a69dc03e08e46b1 0.00 MB 1 0
21,361 21,361 0000000011b8654b41136e6314c70b770460a590437239fc170ff8b53d2e4181 0.00 MB 1 0
21,360 21,360 00000000294beac80a50b8faea71bb79612f7a3cf75f3e40b8606262b7c04309 0.00 MB 1 0
21,359 21,359 00000000e77778a088c48018de670e3e322e2e3f3f20d8d49c63749cced92870 0.00 MB 1 0
21,358 21,358 000000007c21e217c0d5aaeb4c9e7845a514e62c7165357a424430e70891c23b 0.00 MB 1 0
21,357 21,357 0000000090b72c7972ab2514a9b8fce699681666dcc3dd422d9387f25a878f84 0.00 MB 1 0
21,356 21,356 00000000c4ae19c622ba1b859f80c39a6046a8967549eafe7b098f8f45098a2c 0.00 MB 1 0
21,355 21,355 00000000bcbd80c79291936f11dfe983bfe40498d8a7f949865ff17b11eeca9a 0.00 MB 1 0
21,354 21,354 000000000e35bc93d1a0ca6dbb29b3a134450288fa81a44a927e946b8507b1a3 0.00 MB 1 0
21,353 21,353 00000000bdedc45df1ad50e1d6e058f928cc01215643b943c3ff25aea9c16af9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.39 GB sent, 98.49 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.