Memory Pool Memory Pool Refreshing

9,847 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,578 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,307 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,577 (895,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,556 13,556 000000003a3f8785954482a684b71948159751d9411e1da74abd81051f2802d9 0.00 MB 1 0
13,555 13,555 00000000a3eba5a385f3e387c057b1098c4ed18c6ff690349a5fb40d9949c6ef 0.00 MB 1 0
13,554 13,554 00000000688b2a520055d92ec3b96f06bc5edfaa94ed8ccdf9ea6865a9a6ba9d 0.00 MB 1 0
13,553 13,553 0000000091f4291c54748decb84d5c567b1f9b16082577799905eaf75d25a484 0.00 MB 1 0
13,552 13,552 000000008b828ccaa3701de58aa90de6b4e1b80fcbce9f3c4754fe31f615df55 0.00 MB 1 0
13,551 13,551 00000000156cb7c985c07b1e889d641eed6e1913607e8f386c4e5afe7eaab6a6 0.00 MB 1 0
13,550 13,550 00000000031e429fd63eaf49e325cbafb303a919e91fa8d014a31f30c381a81e 0.00 MB 1 0
13,549 13,549 00000000adb3c6f038e2fd8e315dc27b978f3df6b19d36e8a1ec52311bbd9751 0.00 MB 1 0
13,548 13,548 00000000a59e0b9b0ba9825ed6993a98d8a5621d299dc5af1c777260904208eb 0.00 MB 1 0
13,547 13,547 000000005e07222e4091ccaeb10507ccd93280f661f2647a7a89e4564e21e8a3 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.77 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,848.47 GB sent, 100.85 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.