Memory Pool Memory Pool Refreshing

4,429 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (175,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
732,454 732,454 000000000000000000065b4637425421b3afabbce92c95176ca51fe3f7cec595 1.56 MB 3,194 11
732,453 732,453 00000000000000000004c706f5a95e8d172b9d898dadf6904c2dcfabe0f3105d 1.82 MB 1,718 3
732,452 732,452 00000000000000000006f2ac3c2babb0f4a0d5b97df00c57b2c94b4bda67d900 1.53 MB 2,603 8
732,451 732,451 000000000000000000084926aaa0d45b0f68f4b2c3addf8fae48741cf0f960ab 1.56 MB 2,722 12
732,450 732,450 00000000000000000001905a81d4de1bd0e847022bee47294044a3d33fb4e97e 1.59 MB 1,881 5
732,449 732,449 000000000000000000006bf18ca9360d6f06108597839ab0e9a60c62abad6da6 1.88 MB 1,741 7
732,448 732,448 000000000000000000060825ac0b818ae2797660a34e1af1d9b1b0d4dc8793c8 1.73 MB 1,610 6
732,447 732,447 00000000000000000004da4b57069681d841291ea2075c0bde743989b0d7dcbe 1.85 MB 812 2
732,446 732,446 00000000000000000000a8da9fbf1b464714af5b1129e509dafbac9dfe47eabe 1.17 MB 934 2
732,445 732,445 0000000000000000000762f0a5d3d80b5e74c710802d8ef895199371c57722eb 1.77 MB 1,233 4
732,444 732,444 000000000000000000087f2551e87e86051d324e44c0c516494319155d01fb49 1.47 MB 3,290 11
732,443 732,443 0000000000000000000442bc3e6e6eb670c34dfd0eba322f98098b8b84509ccd 1.62 MB 1,591 3
732,442 732,442 00000000000000000007a0dfeb8cfa9cf228572dd2229f1c2c2a95c84356dc4d 1.53 MB 1,880 1
732,441 732,441 000000000000000000014039d7c8651abfd330e11ad530d25d0c26d084ea530b 1.66 MB 2,142 4
732,440 732,440 00000000000000000009e7b0d1df36403a7fdb80d3e988b6d9f5a4801b0dbeed 1.49 MB 3,186 10
732,439 732,439 00000000000000000007af855e24a97a5a242bdcca577d1f8977ebe143081b5c 1.94 MB 1,434 3
732,438 732,438 00000000000000000000b63fea4c286bfb9a33b88d6475a94fb1901c9afe597e 1.76 MB 2,084 8
732,437 732,437 00000000000000000002a3940e4d357e39ac77485714bc5439e6d5d5a32672c4 1.48 MB 2,525 7
732,436 732,436 0000000000000000000602999fb487af779bf753519bba47db4ec3452392de62 1.55 MB 2,780 11
732,435 732,435 00000000000000000002c929b01526c2455e12050461d2e24c4902ace9a0ff89 1.52 MB 3,190 16
732,434 732,434 000000000000000000089fd7a64aaa81c17a3d38d55ec92a97d166ed653c78e5 1.55 MB 2,608 15
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.73 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.