Memory Pool Memory Pool Refreshing

17,549 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,794 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (611,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,970 295,970 00000000000000007c9171f91248f50b46ea731d53f92059a66f1b81168004fa 0.36 MB 1,024 61
295,969 295,969 00000000000000004cae194d3853835115051be7395a11efc00c939d08322e6b 0.02 MB 30 25
295,968 295,968 00000000000000006193424da0a55656ce03c561defbc2b2507a311d56f1ab44 0.01 MB 32 38
295,967 295,967 00000000000000001af0001dc1a5f8067e51b04aba6067077f6b977ab40894c8 0.06 MB 56 20
295,966 295,966 000000000000000054854a262a747f1aa33fb19e40d05eb4248df6280a6158ed 0.25 MB 548 43
295,965 295,965 000000000000000068c926dacc0234fa5acaba967374753272c85a6d6855fc5b 0.17 MB 169 15
295,964 295,964 00000000000000001039e780f70d71120c13c826c99858af87e56b96f5dcc5d8 0.11 MB 256 67
295,963 295,963 0000000000000000b1362b3f5f350b7d7432dfa6e365e705df436feb1c558fb1 0.25 MB 370 24
295,962 295,962 0000000000000000941f9b211d2ebad5baeb19d9e27b85aebf33f4a85fc0a404 0.25 MB 446 47
295,961 295,961 00000000000000001db8d7f15562ce3af879734c7d90af1d7ad76c6b598fdb14 0.08 MB 102 19
295,960 295,960 000000000000000030ee6b491f18a6abfedd57c510dacbbca5d213834e2acc5e 0.13 MB 173 24
295,959 295,959 0000000000000000380da42113e9e074a2be82e825a9c3a28d2c5c98b71d235e 0.34 MB 574 38
295,958 295,958 0000000000000000780b2379b052c10797b08d78050a4975f6146e12041c3056 0.46 MB 374 17
295,957 295,957 00000000000000002242da4d6f4640e436941a9babb856c4f975e63325fd5374 0.35 MB 937 54
295,956 295,956 00000000000000002530b33650fdc16a45629ea6157efa4dc0157d9016e4330e 0.07 MB 128 25
295,955 295,955 0000000000000000a4408bd20fc50aba496bb1dbb9dd743ff762814d5fca806b 0.15 MB 174 27
295,954 295,954 00000000000000007b041abfb88bc7477c4073451501b17cc35d463b245972c6 0.28 MB 515 37
295,953 295,953 000000000000000038597f8072a2f7ea019bc05ff8d34cd2a2e7f6460a8a8ff4 0.35 MB 706 35
295,952 295,952 00000000000000003e6d1b0d86e581e30671caac1a630eb24be9ea3c997c24bf 0.34 MB 539 34
295,951 295,951 000000000000000056b29124d46c88b50f13903c3f779e22581edbcf7b730d91 0.01 MB 16 2
295,950 295,950 0000000000000000526e4ffe9662e9794165385d5ba392906f38c1fe84602808 0.06 MB 96 34
Previous 10 blocks ↓
Total Size: 769.02 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,624.20 GB sent, 92.99 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.