Memory Pool Memory Pool Refreshing

318 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,611 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (818,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,962 89,962 00000000000ae849b1c53e99edf7406da8250042f9671d71b3d910e5f1083504 0.00 MB 4 0
89,961 89,961 000000000010549c2d71fd4e032cfd2f0e0ba485cbf7949d27353b06aca83881 0.00 MB 2 0
89,960 89,960 000000000010b064c9c2ef1075c98ff819c9cd7de4cfe51d06fc16eb21bb05af 0.00 MB 2 0
89,959 89,959 00000000000000707bb468b0da76c6bf56f2325a1b4fe30daf49fd051a13f02c 0.00 MB 1 0
89,958 89,958 0000000000004fdb0ea1dc4de6b2ab1a47b96a84a4c0c38b7df6c643c7a47483 0.00 MB 1 0
89,957 89,957 00000000000eef269f95b8f2d59358d6fe667674d11f33e1eacd9f7b4161ecad 0.00 MB 1 0
89,956 89,956 000000000003ed88e5cec82eb01f7700ef0d3bb8194ab8a4072559916df4b8ab 0.00 MB 1 0
89,955 89,955 000000000001515836c09bb4f0dcca291127e0839a1671234ab16a50940d352c 0.00 MB 1 0
89,954 89,954 000000000001caeedad84d1e4becd6a67d189e534ff279e93b7e8537711569bf 0.00 MB 3 0
89,953 89,953 0000000000009e4f4a8f4d049fa27d1d8c4443207fa6896e019906a3419fb2ed 0.00 MB 2 0
89,952 89,952 00000000000d81b4c29bf2dd0d85cadbe4117884f9d9f786d569f96c436e4726 0.00 MB 3 0
89,951 89,951 000000000002ff08903729d76cb8b0ecf8301ee0a5ce87f963583c3e2d971892 0.00 MB 4 0
89,950 89,950 00000000000e0ce52036cdb79823eedf2a5dd1f0a772c02f1b53efc1efbfa33e 0.00 MB 2 0
89,949 89,949 00000000000309140b8dc0e36261e448148fc75ea9979c513e94d1786bfae774 0.00 MB 1 0
89,948 89,948 0000000000043e2350730ebe5e9b3c5007f30873f773d0d95a3e6dd00f03b099 0.00 MB 3 0
89,947 89,947 000000000001b4d9aa79c6a1b0b51ce30fb2a4c82a94fcb39f12a9d3c1b7e39c 0.00 MB 1 0
89,946 89,946 000000000001f91d817ae86b9d7f20006ad345ca24aab34b6c1360e1b1bfbb70 0.00 MB 1 0
89,945 89,945 0000000000138c8a23701f64840bd506c38815472cc12fc793af51aa76607325 0.00 MB 4 0
89,944 89,944 0000000000003c010a0a602927cebb3bc906300de6fa2e88573ea342387da620 0.00 MB 1 0
89,943 89,943 0000000000017bbbba3ee113890afe96651aa0e4377a5b3f42ed4b76de04c11c 0.00 MB 2 0
89,942 89,942 00000000000b2d483b6b790798d66e6c0dc6194ffdbfaf92b119da847103483d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,849.77 GB sent, 101.10 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.