Memory Pool Memory Pool Refreshing

16,392 transactions
5.46 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,720 (671,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,790 235,790 000000000000014271b4082e9c73d4fd539568ec0ed029587966d3a552c97547 0.28 MB 503 133
235,789 235,789 000000000000001f0144a491c03064573e2598a113e68bd74a06823a4e525ef8 0.25 MB 693 217
235,788 235,788 000000000000007a00d7927441c0f9cc40d209f4ba632e6a9085b4a201dd0c4a 0.24 MB 510 160
235,787 235,787 000000000000015f4fa7110e55cae1defbffc2ed687d580175aa1d29fd4ceacb 0.25 MB 621 201
235,786 235,786 00000000000000ea5844ad7a4602edd3d948a59307e330fd561a63032778060c 0.03 MB 57 174
235,785 235,785 0000000000000057efbf67985af235f29db016b8eb051e99e9798eece0e66792 0.10 MB 225 159
235,784 235,784 0000000000000188079e0a434e770ec46fdc9614868cde749f6c0a7db0b450c7 0.07 MB 133 160
235,783 235,783 0000000000000155d615f79ed3464bb0b0f7447d666ebacf95ee908964ffabeb 0.01 MB 22 73
235,782 235,782 0000000000000007a790d8a2dc1765b98eba704d594ad8c9cc56bf984389eee2 0.14 MB 221 103
235,781 235,781 000000000000011de0d1a5c420a00b4a1c12bec09650a8f60c4b67a0367c5997 0.14 MB 360 200
235,780 235,780 00000000000000d15b376b63ca1afa526757d4ec7970b31e7bd07755e72294ca 0.11 MB 214 131
235,779 235,779 000000000000014b53b1cd6bc8f1c2d98bec9ac2dd59fe1da6c30896dc6ad674 0.13 MB 277 187
235,778 235,778 00000000000000f01ea43188819df32ac39af255876c417460f5f270588e0fe0 0.07 MB 182 183
235,777 235,777 00000000000001514ded85f85ecfbeb9f6b0ff9998fef52d8af218c78377493c 0.05 MB 77 99
235,776 235,776 000000000000002e04e96cbc101a23fb491a96da04ad667e117409f79f47c7aa 0.07 MB 148 198
235,775 235,775 00000000000000bfaa451c94adc930b5524b09b289e5f067125e63e75d648d1d 0.23 MB 579 190
235,774 235,774 0000000000000080a616bfda277014839374b08b08f3c94b9d5f58ea149c6ed7 0.22 MB 398 167
235,773 235,773 0000000000000022f51f2af486b1160d998bceaa3737deb350314bca9665f224 0.05 MB 100 181
235,772 235,772 000000000000007f44a432d68137a205c599ef31ab14f635f078b6c5f776f15a 0.15 MB 301 137
235,771 235,771 0000000000000182481dfc17e992aebde69ee4bd2a71b2b8e65328409fb37afe 0.17 MB 409 217
235,770 235,770 0000000000000128620017b06c5d3eaa8c680cd2ff0d571c32d33e997b0355e5 0.15 MB 458 60
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.59 GB sent, 93.00 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.