Memory Pool Memory Pool Refreshing

1,545 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,526 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (793,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,859 113,859 0000000000008e2ae55854ce179dc50d183f9ea97be5e606e3b62f43018d62e0 0.01 MB 31 106
113,858 113,858 00000000000060f5465d1ae41734c92d87831e3dde24a01f933c86423a80e203 0.00 MB 2 3,891
113,857 113,857 00000000000088b81dc062988ec842a9bc4d69934caf717f22c2d08063f1cde5 0.00 MB 10 0
113,856 113,856 000000000000a94d729a8fe366153bd6d4da72e4c6bc97492e2028848af75777 0.00 MB 8 0
113,855 113,855 000000000000c4fcda76f2c530f964c3ea031fd836ed80f46f5097ba0858f310 0.03 MB 116 0
113,854 113,854 000000000000b69161f7a98d245cbf119854b304919f655752576b2f4ee7150b 0.00 MB 12 0
113,853 113,853 000000000000775d0fba8959487f05dd113b2850381b0b0a155de4080051d55c 0.00 MB 10 0
113,852 113,852 0000000000006271b87e6f1793ff5c7a94f518f7dda5eb319e1e1c808d86cb3b 0.00 MB 9 0
113,851 113,851 0000000000009527dec696ef92431431c1b1ad53af4693b9744ab18349dc4d6a 0.00 MB 11 595
113,850 113,850 00000000000069008a5a8d2bcdc076c6aa5dc81672b3966a1a14c074ee6d1837 0.01 MB 21 158
113,849 113,849 0000000000005cabebcd01bb1a1bdc90916f5552eeda3ccd8a2629ebe77a66bf 0.00 MB 1 0
113,848 113,848 000000000000bd29faf71456b6bc85e7bd4899c3c32b0a1045fcfb6b7fc4ae26 0.00 MB 12 0
113,847 113,847 00000000000067f02339d2198ef7e142fc6f894a204f775344b70fb07ed676ff 0.00 MB 11 309
113,846 113,846 00000000000003373f70723b2bda60ea9321ee34a5c3716c459c77ff76483473 0.00 MB 11 0
113,845 113,845 0000000000006c66e117383ba5f03e39b3dd98420eebc3163ffd73961b9558cc 0.02 MB 43 314
113,844 113,844 0000000000008dc01f301ca349fa1dc1aa342b160468427df6a137c80d3e2afd 0.00 MB 13 0
113,843 113,843 000000000000172b88c87cd6b8dd387c1e9af2108ff97ff261d7135c9255ce9c 0.00 MB 9 707
113,842 113,842 0000000000006322dbde20e14107ff5a53d8153f8ca04e67f4ccc39f6bd548b5 0.00 MB 10 0
113,841 113,841 0000000000007bbe5e08bdc861f44e7de4989b68915bb48baba3d07873aa7f2b 0.00 MB 1 0
113,840 113,840 000000000000a9688ab8559f7eb3c1c2b6e3397aee8b7fb5fb3e1e41aedde283 0.00 MB 2 3,861
113,839 113,839 0000000000000b7a68b821b9914089f8f59aa174e8251973c062b698c35bca46 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.09 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,628.29 GB sent, 93.33 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.