Memory Pool Memory Pool Refreshing

3,046 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,520 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (164,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,966 742,966 00000000000000000008a05d536ad5914c00eac751eb39bbda5235d8e25027a2 1.54 MB 2,197 11
742,965 742,965 00000000000000000000b5512c37cd1acfc2369911387ff273a1893d0569afdb 0.59 MB 1,040 12
742,964 742,964 000000000000000000094d38f06ed51e2d3c1286d1d28ce36adbff51a5d577c8 0.28 MB 478 11
742,963 742,963 0000000000000000000270242445d110853c9788070ec3f0ecd3a63d988da131 1.65 MB 806 3
742,962 742,962 0000000000000000000255182dcb095c19e71ed7cc1f363cfffc42afabf9c0c3 1.62 MB 2,006 8
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
Previous 10 blocks ↓
Total Size: 769.06 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,627.86 GB sent, 93.18 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.