Memory Pool Memory Pool Refreshing

4,283 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,714 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (683,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,271 224,271 00000000000002c3c5b82c2cdaecf783ce4cb4bd71af55aa692243287b8b1a6b 0.18 MB 319 121
224,270 224,270 000000000000005c46405069480e8b1ac8f706c7652afef69b132c047bb877e3 0.25 MB 716 256
224,269 224,269 00000000000001f05412dc7c3a5d072ad60ff975aa2e14f87824b7ac66a1759d 0.11 MB 193 153
224,268 224,268 000000000000010ae45858ba06579ae88e4a55439d37d8bced7cb0bea2284f89 0.24 MB 563 220
224,267 224,267 000000000000003c7cb563ed8a69600271b10bb39d056d1319b2c24c36c33b56 0.03 MB 92 99
224,266 224,266 0000000000000349c46820da2defa1d0a372de6b335a4cba761673224371c5e2 0.14 MB 359 196
224,265 224,265 0000000000000154affccf58c18791c0e95516158905458c2758870b621afc65 0.07 MB 141 141
224,264 224,264 0000000000000126438212c1b1e089cc22f3c053e46bb7ff02d33d3238a05de2 0.25 MB 552 187
224,263 224,263 00000000000002338c81944d0f97142f5bd05d61d951cc20514a80abf2fa8573 0.09 MB 207 169
224,262 224,262 00000000000002ecac53cf086a2dfe9b65fa95179f40e46bb1c9f6040e3a9cc4 0.11 MB 124 118
224,261 224,261 0000000000000029472071c297991aa54a4bc1067366dd7f798081e27ea27c34 0.13 MB 230 159
224,260 224,260 00000000000003b45c79522271dd25d8811f6b533b434f38b34ef3fe92b00d0b 0.13 MB 292 154
224,259 224,259 00000000000001a96fbbe23961d49871387982370fb364c341f093b345bcee1f 0.25 MB 749 238
224,258 224,258 000000000000000d539dde8dd18c370baf0bca1fcfde8577b168dc7480dc94b2 0.34 MB 549 72
224,257 224,257 00000000000002f2437764c8b66ab97f2d87aa69ab7291737ba788d0be3f47d1 0.42 MB 792 165
224,256 224,256 00000000000002dd4716373b45728c2daf8a7b07be8a9a6753a7977e1d2c4edc 0.25 MB 720 250
224,255 224,255 0000000000000133da251fb7bc06ed3bd0e26bc78dda9693ca3d7e51a00e9d4e 0.15 MB 259 130
224,254 224,254 0000000000000354a30ab3fac1634e78d611596b279d50ad017c48eb1dc414c2 0.05 MB 117 84
224,253 224,253 00000000000003316f1a0291cc1baabb0d2a540c37051e338adb8eef8f675447 0.25 MB 565 207
224,252 224,252 0000000000000385b4911c5720994f72765bb9d7ca9c340d5fb498cb99fd0467 0.25 MB 424 135
224,251 224,251 00000000000001fa3e8fdf9435d7cd522a54aa98c149d17a71752f3728e8c2b5 0.25 MB 448 127
Previous 10 blocks ↓
Total Size: 769.05 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,627.62 GB sent, 93.14 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.