Memory Pool Memory Pool Refreshing

3,007 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,873 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,267 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (672,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,795 235,795 0000000000000039bc8107195171b795939a353a94bb0b72774e2ccdcd3da469 0.23 MB 628 190
235,794 235,794 0000000000000094353b5f43a1339d8d371abbe9b3bd42b3a45f776f7a52fe48 0.15 MB 170 75
235,793 235,793 00000000000000766b7eb35bc383527358c2befb02f7f9b7bc8b56c5ea3a3f74 0.25 MB 672 218
235,792 235,792 00000000000001939080751a0c0cb5236607ecb794f58b2631c11fce08939c5d 0.08 MB 150 167
235,791 235,791 00000000000000f33260555b8588c45c1764ad15ec574e809a60284e62baf1ec 0.20 MB 470 174
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
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.45 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.