Memory Pool Memory Pool Refreshing

826 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,990 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 815 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,989 (14,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,953 893,953 0000000000000000000082d65145762de3887849f3c5aa950ae10d3e2e3c39c7 1.69 MB 3,044 4
893,952 893,952 000000000000000000019cfe5e69fa98c2d467e9456cc97118a69004aff608ad 1.93 MB 1,503 1
893,951 893,951 00000000000000000001b907f655785187fd70e763961de5ed5f9fddca5ac827 1.81 MB 2,941 2
893,950 893,950 00000000000000000000e8d0a31841bb0e69ae92547f3941d80c49f6dae65855 1.72 MB 3,713 3
893,949 893,949 00000000000000000000bdd163298d691180fca801d598a0259dfa30a16781a1 1.73 MB 1,822 3
893,948 893,948 00000000000000000001f1d8db540b9454f2b6c77ee57a697d7ef776f2d68433 1.46 MB 2,321 3
893,947 893,947 00000000000000000000e1513125895c26913d57f5e3b6617ef11ec3313cb403 1.57 MB 3,679 9
893,946 893,946 00000000000000000002072f37da05d6a545bf2cebe89becc1056a977546b9dd 1.69 MB 3,122 4
893,945 893,945 00000000000000000001d12c5bc4d7e049fc7bf19d600aa6fed516408d1de3c5 1.62 MB 3,379 7
893,944 893,944 00000000000000000001c95432aed85e054ae5b00043e4af968f14cbf0d985ee 1.57 MB 4,069 7
893,943 893,943 0000000000000000000039cd68601fd230ff4ff32d38281076669796b5fd66ee 1.56 MB 3,174 4
893,942 893,942 000000000000000000022e8974c788413d324977d0aba0cd310ed596f8867a99 1.79 MB 1,928 2
893,941 893,941 000000000000000000023ab65dc0c81513da4a8dc7d39b134b3dd579e229dfcb 1.51 MB 2,882 4
893,940 893,940 000000000000000000003499f3968a4b37b98c9259f8ec44db3a342e550003ac 1.55 MB 3,567 5
893,939 893,939 0000000000000000000211ffa1659f57585ae60b6444ff28f41e5494389aa480 1.56 MB 3,614 8
893,938 893,938 00000000000000000000cd28bd5f5e732936bebc80732e94c5415d6cd013f486 1.61 MB 3,265 9
893,937 893,937 00000000000000000000a57186b2a36205881a38ec8606c913ec4524a546baa1 1.53 MB 3,105 10
893,936 893,936 000000000000000000016dd6b28807d14dfdd39f21417f2502e363a17ccaec05 1.55 MB 2,265 2
893,935 893,935 000000000000000000020272e2518178c2c6f2e804ab6451f1398b789f778605 1.67 MB 3,773 5
893,934 893,934 00000000000000000000ab309d4c3da9ed19f0e5484c36de85d3405734c14a36 1.57 MB 3,258 7
893,933 893,933 00000000000000000000511fb03a8a2729c46eb4ffb0407d375542440e409f3a 1.54 MB 3,402 8
Previous 10 blocks ↓
Total Size: 769.53 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,647.95 GB sent, 95.57 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.