Memory Pool Memory Pool Refreshing

699 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,790 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 699 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,789 (683,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,608 224,608 000000000000031f4baa6173f95ab6b8e44dc62b607c9f05b7882195fd35f084 0.25 MB 429 121
224,607 224,607 000000000000024b0868237fd278a817ac3a66c0da118e1733e3e7b81e38c050 0.25 MB 360 119
224,606 224,606 00000000000000e0cfbb729186ab35d14d73221fcd8b07059239bc6f54a820da 0.25 MB 365 112
224,605 224,605 00000000000001fa144d5421bc9ac4a3b5b91a490bbf4e9c7bc61a04bd5e3911 0.25 MB 498 324
224,604 224,604 000000000000008c4735cb1237f0a87e0b93470fa29fb3e27070e0bf14499e7b 0.25 MB 457 163
224,603 224,603 00000000000002f188b1ec107ae35a444f34886a93b31e98ef3fd56bca978d90 0.25 MB 508 223
224,602 224,602 000000000000029cad75448d75458bd635e11f73928c641d96102db873a7436f 0.44 MB 512 48
224,601 224,601 0000000000000372a7b89f387ff2a68ee61c9c502a4937c1d9104d1bca591785 0.25 MB 633 288
224,600 224,600 000000000000002a86c1043a742bf85c9f82b5c4be8e7604de340a9d0e94f8d1 0.25 MB 455 128
224,599 224,599 00000000000000c125d9a7e188979330cec4496c64f597d30a6b46350a789827 0.25 MB 777 188
224,598 224,598 0000000000000279f5b010edc15b04b1db2be5e0a5819f1b7e488c57c21022f9 0.25 MB 810 280
224,597 224,597 00000000000000871002c1282ee2b97fba4b634651c762347e0c16439f546715 0.00 MB 5 15
224,596 224,596 000000000000016eb1ef4dd1b1a967a8959c7f245f95163cca292d085a568e88 0.05 MB 124 13
224,595 224,595 000000000000005e3b50559c4a11643cdb200d3f16e531a9a0f7e0f8dd43673a 0.25 MB 389 126
224,594 224,594 00000000000001939150c97ffa65e0ce80c0bcb843892783473560b54f5e0cfc 0.25 MB 649 248
224,593 224,593 00000000000001c6cbcaacba3f9efe488f201f428274ab5b35727a4c8193095a 0.05 MB 128 83
224,592 224,592 00000000000000052e8a8c7d871c6bde3d6d72e7ed01c7634b00762015d0ee60 0.05 MB 131 80
224,591 224,591 00000000000003506aacc3f1afae0e1b6a4ae4fd61fc09f6f09f17e17a6b2f57 0.05 MB 132 25
224,590 224,590 00000000000001f27431e2f501a5add0fb5238e74f84d7bc1dcef69998520a3f 0.25 MB 569 185
224,589 224,589 0000000000000258cde566278fdc26a1b522047b1f6b086fb17f5553fc836950 0.25 MB 522 340
224,588 224,588 000000000000021853a045c480f8ca0ae78d91fc76f09fd0e61cb002f630b672 0.50 MB 621 19,094
Previous 10 blocks ↓
Total Size: 769.15 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,632.26 GB sent, 93.61 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.