Memory Pool Memory Pool Refreshing

7,000 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,687 (763,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,432 144,432 000000000000086fd4fff917a64d94ff5e494969944ba0ce15cfb4baaf0db3ef 0.03 MB 79 66
144,431 144,431 00000000000001d553387e004953530ae99a29e2c909b9ea7eaf36f6b928f2ab 0.03 MB 73 321
144,430 144,430 00000000000008ef77648740202b7db173911817ade6b04c9ec8733f1bebcd6f 0.01 MB 27 60
144,429 144,429 000000000000077799b9fe7c83b10f47a9d09e28b456d05e4f0811942aacb24d 0.02 MB 48 92
144,428 144,428 000000000000065e3dcd0f4a9a863d20ff5eb06f0cfb90e1819d6f35239a04de 0.00 MB 6 91
144,427 144,427 000000000000064513e03027ebd705c5e3a0752a9e582af0948836470931f321 0.04 MB 109 10
144,426 144,426 0000000000000144df484abe154c241f5d3e465281e1dc5aa037baad849c13ea 0.05 MB 124 187
144,425 144,425 000000000000037652dc54b2e2576c38ee330ab7ef2a32e99eb78e47128d8ad9 0.02 MB 25 99
144,424 144,424 00000000000005e3ba385727778003be290a4702657feee07ef2da6b0bf26d67 0.01 MB 33 63
144,423 144,423 00000000000008938a203182ce9704aed2b0d4f98ea1d92a46cba2767a440d23 0.02 MB 74 66
144,422 144,422 00000000000006adb848df38a105519bad3328ac3f2d331d4e73de8aab6f979c 0.03 MB 24 109
144,421 144,421 00000000000007c860b6be58e73473c4b2946cd195c24e5999be330d0827167c 0.01 MB 21 93
144,420 144,420 00000000000005586fd907c51e08746d5d1feab0d3522bea8bae53ae4cb958e5 0.02 MB 47 249
144,419 144,419 00000000000006d010d2e6a9dad35e9da9c6fb02439998d38ed6ad19f1511b41 0.01 MB 8 15
144,418 144,418 000000000000072d8a34d6c2c32c05a207579c8294afca8b9276fe911630e962 0.02 MB 26 80
144,417 144,417 00000000000003c6129304580ae1f97e09bceb73724e670df20e0fa9668b35f2 0.02 MB 63 154
144,416 144,416 000000000000016b07e8618a68fee86676873673c55f730595a8a0456b9cdcee 0.05 MB 140 200
144,415 144,415 00000000000009056c456b292efa127df59c3b987df49440fefbcbb2a8619eb2 0.01 MB 22 164
144,414 144,414 0000000000000303650fcf2b4dc3f4f1ac6dc9c1ea590f74e2bd66b4775cf7ad 0.01 MB 15 205
144,413 144,413 0000000000000163a16aad3719bc72fd1ce148229563d2008eef35ae05e1dd04 0.03 MB 85 28
144,412 144,412 00000000000005e47f2983709e4d923e7972402012adb9d546a1caad60edf6ec 0.04 MB 99 348
Previous 10 blocks ↓
Total Size: 768.96 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,615.06 GB sent, 92.62 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.