Memory Pool Memory Pool Refreshing

4,663 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (104,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,066 803,066 00000000000000000003596818742bfa9e08d93270ae2a78b3b6e0b740ee62e7 2.16 MB 7,146 6
803,065 803,065 000000000000000000032994e93f112aaaeb75c0cbd61fa2922b4d6bba408c8d 2.18 MB 5,046 7
803,064 803,064 00000000000000000005294f624b7f48666093650ff0c45852b08e040487eddc 1.96 MB 5,913 6
803,063 803,063 0000000000000000000225bbcce0fbeb7fbce7a2eea692c7f809fc773fedf783 1.74 MB 3,967 6
803,062 803,062 0000000000000000000038654db2e84c605cba4d49cf50488e04b7907bdb9e9a 1.81 MB 2,456 12
803,061 803,061 00000000000000000004f0d5139f9d39ae2d8ff53df802db960f222fe76bbe52 1.80 MB 2,140 8
803,060 803,060 00000000000000000003bbfc11c206cf8a47be66b27c0ef65b65068fdc865e45 2.13 MB 1,874 10
803,059 803,059 000000000000000000039758aacede095b6b2d0969d864a9609d0ac49bf2b581 1.75 MB 1,738 8
803,058 803,058 00000000000000000004e95ecc7be6f7f2e67c125331e8ac0f95515d36c1d518 1.87 MB 2,765 8
803,057 803,057 00000000000000000003a65721c42df2fb9b3c086f66eacae1057d6d4934c5db 2.08 MB 5,387 7
803,056 803,056 0000000000000000000503ff1a045abb4dfa11a15c52d77789002353b154ec3f 1.57 MB 3,287 6
803,055 803,055 00000000000000000005003a8ae6695112aa6db3059a1fb8d5831a728903ed89 1.71 MB 4,160 7
803,054 803,054 000000000000000000038996f393a45afd66e2a78bc1f1aec58749417b8cb488 1.93 MB 4,865 7
803,053 803,053 00000000000000000003ba91e6841c4f54399e4bb94e6af60e337bcadf4f86b5 1.73 MB 1,658 8
803,052 803,052 00000000000000000004a977fdb6c30877c0ae7e0df9c683831497e9bb82fd6d 2.12 MB 6,346 6
803,051 803,051 00000000000000000000f29259f75b110084caac4999f0e4c65ed01c0b8af519 2.08 MB 6,389 7
803,050 803,050 00000000000000000003908fa94744da815e50005ae586cb2425d4f0ee7c78f2 2.05 MB 5,919 6
803,049 803,049 0000000000000000000001dc106cd823035c4a85d20897964846da9f4d56b677 1.46 MB 2,602 8
803,048 803,048 0000000000000000000075d087b0e4648e6225720e06534632ed19cf8b24915a 2.04 MB 5,047 7
803,047 803,047 000000000000000000038d3d5cdb2921b14d9e7fbebe5c59ba88df4ca1c718f7 1.94 MB 5,849 6
803,046 803,046 00000000000000000003b5e136015e0d35f5927bbab74859e616a47ebc8abe66 1.79 MB 4,576 7
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.