Memory Pool Memory Pool Refreshing

3,967 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
907,957 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,514 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,956 (164,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,961 742,961 00000000000000000008e607b81f0bfdc8dd931be8982176013c1fb675f6e015 0.12 MB 240 13
742,960 742,960 000000000000000000022e3310e1f89d0c59ae49d0073a173292bfde0c6e582d 0.06 MB 143 20
742,959 742,959 000000000000000000083e376d51036494510d66f18ac6caa36d881bd917d0f0 0.51 MB 660 9
742,958 742,958 000000000000000000045727a77e3f048d9cf5320b4ed2b99162736cc9649030 1.61 MB 2,507 3
742,957 742,957 0000000000000000000973e67eeb1ed27dcb3021aa478fa8ef7a85e9affb050c 1.53 MB 2,638 20
742,956 742,956 00000000000000000003610b8ef3d313389daf0f424e3bf342937256b7cc9a77 1.00 MB 873 6
742,955 742,955 0000000000000000000712ff6d377c54c91421ed699d38434018a65d5e99ed54 0.54 MB 391 9
742,954 742,954 00000000000000000006e957ea4be0309395348147055ba2b02b3964beba159b 0.94 MB 447 8
742,953 742,953 00000000000000000001b06d199b7e6b141a2e5acf994ebb177f4635e040ba0e 0.74 MB 1,174 8
742,952 742,952 000000000000000000075e022cc32b3a7e7999d103c9fbd77267a93810efe3a4 0.44 MB 762 10
742,951 742,951 000000000000000000088e19c5a162483a6994357dee5b9a3c05515c343e5b46 0.70 MB 1,436 10
742,950 742,950 000000000000000000018d4f7d88bc0f818ef67016fbcb059e0f96fb9d866418 0.96 MB 1,582 9
742,949 742,949 000000000000000000004ebfedd8e2ef83a6e3a5ba00214d9b827ad8698c85b0 1.46 MB 2,410 13
742,948 742,948 00000000000000000009136fe5592d89df47523b174e3849c91af5d06d824a7b 1.60 MB 2,676 4
742,947 742,947 00000000000000000007fcc50c14982650a61ff50f5b9bcdf88edea694d996eb 1.39 MB 1,860 19
742,946 742,946 00000000000000000001fd2611096b450927a7ec22a44f2ed005fced659215b0 1.57 MB 1,545 7
742,945 742,945 000000000000000000069750bafec1922fc1947d90fd1b092750a139d044a376 1.11 MB 862 8
742,944 742,944 000000000000000000007e5c56b04bf14222e8c90b6155c4a92c51e9032f609c 0.62 MB 787 7
742,943 742,943 000000000000000000060446467112cdafaea009d7ed4a982591b54fa7c86bec 0.75 MB 1,053 17
742,942 742,942 00000000000000000005fc9d935b8f087d743016c4f8b43f5ef4b8f520859649 0.05 MB 114 15
742,941 742,941 000000000000000000079abf2e454eb9803f7ef4c882fdc7d09280b77d21cc17 0.28 MB 418 11
Previous 10 blocks ↓
Total Size: 769.46 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,646.23 GB sent, 95.27 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.