Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,750 (154,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
753,412 753,412 00000000000000000007dfa2cce478c594c2a8c683182a9070194f1d09592435 1.73 MB 1,282 5
753,411 753,411 000000000000000000085e35b20e23a2e6a3619c82e3cd305a108a93f3106c0f 0.70 MB 1,141 10
753,410 753,410 00000000000000000002431f7582181d90c4f52c4508c98c63bbf3b023207aa9 0.10 MB 261 11
753,409 753,409 000000000000000000007c0c2dce180c3934b49c18e555dadf7ac546f3d94183 0.64 MB 733 10
753,408 753,408 000000000000000000058cb7e7281a98dd67333331dec26d2cd1458e7908be37 0.00 MB 8 9
753,407 753,407 000000000000000000005dd8b752ef67e402e084e27db0c852084edfd57ac4db 1.03 MB 1,245 8
753,406 753,406 00000000000000000004b0d5b2c348dd80d044389fecce38f86cc687fd9ac5f1 0.79 MB 939 9
753,405 753,405 000000000000000000082d1a708b5f192a39311e3bfca35bf1542856cf805a8e 0.01 MB 16 14
753,404 753,404 0000000000000000000779d72b53b6beb5b49c97dc9df9d57a6bd6a03d2d9c41 0.16 MB 274 12
753,403 753,403 00000000000000000005da2761b3906933241d2a3f83ae25adfec2a1cc52f29a 0.92 MB 1,129 8
753,402 753,402 0000000000000000000274f8e263682ec844d1ae804e171a06b2bf0c1a57d0b6 1.20 MB 1,362 15
753,401 753,401 00000000000000000001e914020f7fa29384a9397f8a9ad39b272dfb7396464d 0.38 MB 628 10
753,400 753,400 0000000000000000000701264fdd04e76f0a0dc10dfbcee12fcfba05d7a613af 0.15 MB 321 11
753,399 753,399 00000000000000000007610320dcd9095c00cd2f1555354e6c679ef221697fe8 0.53 MB 677 7
753,398 753,398 00000000000000000006086d1babb105fca5f1617036d71ad74e91168bd581f6 1.47 MB 3,256 15
753,397 753,397 00000000000000000000aad747a692997b4cceebed3d2a070bd9e2001495112f 0.13 MB 54 1
753,396 753,396 000000000000000000000f376e0a84253755d78db060f2a077b6bdbf0cfc4df9 0.74 MB 1,166 11
753,395 753,395 00000000000000000004a041e1d568e11b69791ea74f0ca1e694ff35bf2ff14c 0.89 MB 671 5
753,394 753,394 0000000000000000000238fab87d5d9c5c6c5972891b8fc9e9a47549e4ef9fa5 1.63 MB 2,289 11
753,393 753,393 00000000000000000001b2ba80e0d4737aa3a1a7b6a4ecb343a8ae31e40bdbac 1.54 MB 2,634 9
753,392 753,392 00000000000000000002d8e3f3725d512c7b49a44f2af2cd1a45af0a976c7cd3 1.33 MB 1,750 11
Previous 10 blocks ↓
Total Size: 769.08 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,628.19 GB sent, 93.28 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.