Memory Pool Memory Pool Refreshing

6,693 transactions
3.43 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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,689 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,169 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,688 (9,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,631 898,631 000000000000000000006476fcd051b73bcbaf5e19a3161b2fb142c683fc0e98 1.63 MB 3,754 9
898,630 898,630 00000000000000000001c9eaa8f74a32cf50b30f809c53b079f845731ed75529 1.63 MB 2,039 4
898,629 898,629 00000000000000000000ef15e924da9ad61b4890c563f89a1847d66b05edc810 1.57 MB 4,447 5
898,628 898,628 00000000000000000000b2222389bf1614279fcb7ae825134ff0491cd03a0257 1.63 MB 3,430 9
898,627 898,627 00000000000000000002369aeea231d783362e99f10eeae91b95d0f18b92cfc4 1.57 MB 3,991 7
898,626 898,626 0000000000000000000167206eadbfba63688550c74dd0327f14b9d96a81171a 1.51 MB 3,765 10
898,625 898,625 00000000000000000001ff3e2ddb6e47b00d062e166351f3940992b829ec9881 1.86 MB 3,016 6
898,624 898,624 000000000000000000011a3c90053e6733b550e44a4a6960c027485cba6f1338 1.84 MB 2,915 3
898,623 898,623 000000000000000000000075b55f3add1a2e26c79e6b91feec7d21052e21e72c 1.67 MB 3,371 5
898,622 898,622 000000000000000000016090d6e6ae2c83e97a3325b9d8663253f6888707be7a 1.71 MB 3,791 5
898,621 898,621 000000000000000000000a7046a8e28d35b10fa1bb2d3d1246e476e8fc9ce487 1.59 MB 3,433 9
898,620 898,620 0000000000000000000016835052ccf820b8668f095c44154d3d24cd5b1fcdd6 1.51 MB 3,560 4
898,619 898,619 000000000000000000002503e8deb1eec4b3fbfaac09196fd8f560d3d0f610d6 1.64 MB 3,918 9
898,618 898,618 0000000000000000000020ed89a9994cdf966984e8ed8c32905ec60cbdd42fba 1.61 MB 3,816 7
898,617 898,617 0000000000000000000170cbe27e4dd2ae416e9af021893017787b74683e3f25 1.65 MB 3,983 5
898,616 898,616 00000000000000000001c93849a7e7f6768e804e402292e62f80bfead5543ff4 1.50 MB 3,710 8
898,615 898,615 000000000000000000009cdb7c4cfca893ee853c5192b7d1bac6ad2f106b33cd 1.47 MB 4,223 9
898,614 898,614 000000000000000000014f1d158cfb03d7c71571f48340caf980fc6a3a123c8a 1.48 MB 5,224 8
898,613 898,613 000000000000000000024402647172f2c461dd7006a8b258d4a17e158b4a4780 1.44 MB 5,797 7
898,612 898,612 000000000000000000001f517a9c9847b71aafc34872cc3ee6592da70a22627c 1.47 MB 5,702 6
898,611 898,611 000000000000000000018bf8e254c8316d748276b29c0ff195963d6fb826c71a 1.51 MB 4,670 9
Previous 10 blocks ↓
Total Size: 768.96 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,615.37 GB sent, 92.63 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.