Memory Pool Memory Pool Refreshing

2,271 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,011 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,248 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (661,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,588 246,588 0000000000000005316aab6bb7f5a24763f6e0da1320e1034659b0178e3f3500 0.25 MB 560 152
246,587 246,587 0000000000000063928a0bfa5f6d402f342185858c8266fecca4fecf0c39eebf 0.10 MB 173 149
246,586 246,586 000000000000004bb12e74e46155acf4b61631f762a87803b7250735ba4ed6e2 0.12 MB 244 184
246,585 246,585 0000000000000049d59b1e402da0efc9154f04882d7803dbb3f45d2103ecbb79 0.11 MB 214 43
246,584 246,584 000000000000002b7c96a873620042eb73ec3ca888c3bd8e55d5daecec0075cf 0.25 MB 661 198
246,583 246,583 0000000000000073cb353f76609e8e8ec9cd548cda37e795ec7f573b63cb5ca0 0.02 MB 31 30
246,582 246,582 000000000000004feebe0c3e6628a4589bf5ec0153a5db3a418e49de1a7f4ae6 0.12 MB 247 149
246,581 246,581 00000000000000446b4f20e1af1ff721c731f602afaa5264e98693f7f0d8f0f5 0.23 MB 443 116
246,580 246,580 0000000000000014efe22b51f8511af554cdb16f6f6c95eb3a749207e9439b73 0.16 MB 237 86
246,579 246,579 0000000000000021e2a4bd87bc31c8bf406ee283e9236ab5ead02c9051d70a16 0.22 MB 487 188
246,578 246,578 0000000000000067b46458518ac1d4ed998251f91ddda0a7c80f611f015f0b21 0.01 MB 19 64
246,577 246,577 00000000000000637dc5b918bd6cde0edcefa7689024819eda2f61639c202bff 0.08 MB 195 150
246,576 246,576 00000000000000a39b0338ce7ad709f0ac9905a8572b9ab1922d53ea600c9aa4 0.01 MB 17 84
246,575 246,575 0000000000000037da242a91dcfc66343ec4da33b268dd85b029f8e51c0d0dda 0.06 MB 128 161
246,574 246,574 000000000000005a78b9876f10526527519aab7472d9ae12c8a8c4fcadc75747 0.00 MB 12 135
246,573 246,573 00000000000000646700d355019c673930d4f40b8a2c505cc0ff158e3bbfb6c0 0.14 MB 332 140
246,572 246,572 00000000000000099d9ad27608c03761f956e2a599e1173e68e0392ede7ea846 0.02 MB 34 107
246,571 246,571 0000000000000061eb4477233daf60838205d1343583a3b03b1de7c18acc2f73 0.08 MB 160 148
246,570 246,570 00000000000000a180562bc89aac0bee878682c6229c8f8ce5f72487d82c26da 0.12 MB 246 84
246,569 246,569 0000000000000017d22da2807b9240cc4d2b60c37332b7ddc8d647d9fc3c0bf0 0.04 MB 128 113
246,568 246,568 000000000000002e54f22856bc27af43801139fee259abe1886c2a11b37d8078 0.11 MB 255 151
Previous 10 blocks ↓
Total Size: 769.57 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,649.54 GB sent, 95.77 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.