Memory Pool Memory Pool Refreshing

6,232 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,887 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (895,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,546 13,546 00000000dba3dafe372c2f79a7a29efc538ad5ce1d1836bc3b7bc91fac362716 0.00 MB 1 0
13,545 13,545 0000000086a9bbacae2e81f59b99f40c8a8a458916d27b755a789787074c2be2 0.00 MB 1 0
13,544 13,544 000000004707ed048762fb3beee9788fabdd043c8bf83ae623cd0f724178bed5 0.00 MB 1 0
13,543 13,543 00000000971d35710c9c174193598a942a782fb6da4329ac17ed96763b76dbef 0.00 MB 1 0
13,542 13,542 00000000723dc897d682793c08a8cb0d8d5384ecb715937afcdab79c8770f80d 0.00 MB 1 0
13,541 13,541 00000000507d0e9415247ddb43319529bef34bfc645e685125e583c9954a9f6c 0.00 MB 1 0
13,540 13,540 0000000073d6c934cdca8d8a9bf5e562f7a286fd732ef3110b7fc6ddb512fecf 0.00 MB 1 0
13,539 13,539 00000000ca2d0664fb761d06f1ee2f6bd12366df63e3931b02856155f7b028a4 0.00 MB 1 0
13,538 13,538 000000000404b9ff34fe17f8a6558055eebb3b0d4561c172f578f3c7278f7431 0.00 MB 1 0
13,537 13,537 000000006c40008fe138276b625a40eb352a5149aef0a7d72a7bd75d49ba53d2 0.00 MB 1 0
13,536 13,536 000000005f321d7c17dffb4dcde40eee393874fa953ddbd2a34899af0aa3fc17 0.00 MB 1 0
13,535 13,535 00000000082162f44586a117f4daef14fcc777f5bdb64be61751353f20d7f392 0.00 MB 1 0
13,534 13,534 000000004d0f6ed52590d9b8f50477ba7acbca87c7bae7d0f54e3f908c4b5276 0.00 MB 1 0
13,533 13,533 000000006dd7643d23272c03c2e934814cd38847c3322de0334ab9198ef31c69 0.00 MB 1 0
13,532 13,532 00000000b7fb0d2b7013d2e639e5c81db92c235c3c522df5e464b74c582b2492 0.00 MB 1 0
13,531 13,531 0000000043a957e05affbec44c31414e5223e0c8dc2cd0c26059e04d22dde723 0.00 MB 1 0
13,530 13,530 000000003a5f60a14cf2422ac3b830bde22f1b2e16545b92cd7a979c86338cd6 0.00 MB 1 0
13,529 13,529 000000002c2fc53210c85ed52dfbf95d235e184ea9525b51887e0d0dd9959910 0.00 MB 1 0
13,528 13,528 00000000f120f2f66bef0680ffcb2a54c1a13d5a9cceafc7c30659dbf25ef355 0.00 MB 1 0
13,527 13,527 00000000b2858aeac00601b1fd979301705247151deccfce316cb24e5094b60e 0.00 MB 1 0
13,526 13,526 0000000025c05b37ebd5828e3457b0a2c607dc3eff6cba8c56ef402934357a73 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.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.