Memory Pool Memory Pool Refreshing

3,328 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,853 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,825 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (522,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
384,964 384,964 000000000000000009300f90a3c7741ccdd0d005829b9d4984d80e89e212fc07 0.75 MB 1,100 23
384,963 384,963 0000000000000000085d637d8739de8fb88aaad4e8d3559e29442f0c72dc5a76 0.00 MB 2 0
384,962 384,962 0000000000000000021d34299ea4c054d7b908d3f2b8723cc7681cdae3671c0b 0.94 MB 2,850 59
384,961 384,961 00000000000000000084dc2bbf83f66e714255ed6eef85186acc6522d1ffca27 0.93 MB 1,306 27
384,960 384,960 000000000000000008a05be49821b7de8436ef0b5b0d49912a4f4619412184e4 0.75 MB 2,100 45
384,959 384,959 000000000000000000806c8a9b2908adeecd7fa02cfa74a4096e18a2a474c3c5 0.73 MB 1,171 22
384,958 384,958 00000000000000001016f7e5a9debe835f557f58c1c5f3dcd5071fdfd057517f 0.51 MB 1,166 61
384,957 384,957 0000000000000000051fc29dfb37da88414360e7cf348829280a0715a8877371 0.79 MB 1,754 34
384,956 384,956 00000000000000000496e3013387809af710e967236e108f9f07510431a5d7bc 0.54 MB 1,137 31
384,955 384,955 00000000000000000a6938a67c874d517e38eb989da4e053591daa330fc39b41 0.26 MB 330 18
384,954 384,954 000000000000000000ba40e6c1964d07a61b78f7b96e9429956957d1ed72850e 0.08 MB 62 14
384,953 384,953 000000000000000010b1d0dae06fc33bd17e21ea735de40273c9211072f16744 0.15 MB 381 48
384,952 384,952 00000000000000000d4f1c955119253e3ca4fcef7e4e649bec941a506afac5ad 0.09 MB 160 24
384,951 384,951 000000000000000005735535621c52abae2288ead6edebbca0d351551f11518b 0.24 MB 514 32
384,950 384,950 00000000000000000ec843a93b90c608e9ffb0ddab4e92b5de04f6ca53c9f230 1.00 MB 1,074 17
384,949 384,949 00000000000000000d2132e6b79e64d5a38996e8e47d3ee138ec516e0127c409 0.60 MB 1,188 30
384,948 384,948 00000000000000000622a34aac91bc904794c925d4cc8d417265e86d825b514f 0.96 MB 1,487 25
384,947 384,947 000000000000000002388090e5184912a2484909a5cb6c4b784c6deb8dc347f5 0.75 MB 1,212 24
384,946 384,946 000000000000000009b21b4e2476b296b333887baa23d14ec79a8c65f9316bd7 0.42 MB 1,345 47
384,945 384,945 00000000000000000fe1e42b7c99a1a2850fe0b3f09f7d17bd6ff24acf0a137a 0.44 MB 867 30
384,944 384,944 000000000000000003b104dda5f119eb4b26a473d6fb9253d651093b6ba528aa 0.28 MB 559 29
Previous 10 blocks ↓
Total Size: 769.27 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.29 GB sent, 94.24 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.