Memory Pool Memory Pool Refreshing

4,447 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,694 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,505 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (49,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,062 858,062 0000000000000000000169466988e4787c0e58819a8e30bef4c3940d3f8117cb 1.63 MB 4,491 7
858,061 858,061 0000000000000000000048e3952471e09dfbe25358c259eadbfb09331c842735 1.59 MB 7,097 3
858,060 858,060 0000000000000000000122622324b5c3b9bc6f162e6c048ea3982bbdf4b3b8a9 1.66 MB 5,588 6
858,059 858,059 00000000000000000002440e45d5124ec3537f52eb989982d64fac33e5da7577 1.59 MB 6,102 4
858,058 858,058 0000000000000000000257dc5bfee739c80e387d928a9aa0e0876a7f635cff7a 1.66 MB 7,040 3
858,057 858,057 00000000000000000000996a4d79d72169d7216f3efa4f5e532fe364b5681df4 1.79 MB 5,363 3
858,056 858,056 00000000000000000001c4a368cef7408b1362eacfa59754547efa01b9d5d278 1.58 MB 5,032 6
858,055 858,055 00000000000000000001267538f341dfa201d7bd5c067ca689bc8e35632f4dbc 1.67 MB 7,021 3
858,054 858,054 000000000000000000020b7ccb3a9429cd6e66814352d5ff1c1a889a09ffefa6 1.45 MB 3,263 7
858,053 858,053 0000000000000000000246cca91dc63ce69c8173368102275b731d170f3966ff 1.63 MB 6,990 4
858,052 858,052 000000000000000000020ec76cb79a94abef497d6393b4e94879c08894d0deaf 1.65 MB 6,311 4
858,051 858,051 00000000000000000000aa5a9f26afec7649624b4c750f9c1007a8e09c72b097 1.58 MB 5,819 5
858,050 858,050 00000000000000000000670a691929dfd9c86fac0d04b0013327afee0efc035c 1.61 MB 7,063 3
858,049 858,049 000000000000000000000fb675b840d6bd3247eaaff4a86a2d40ca26605ea061 1.70 MB 5,092 5
858,048 858,048 000000000000000000011c7f22f47bc1c9dc46e5420006c46de77f73fdbef8c5 1.63 MB 7,254 3
858,047 858,047 00000000000000000001ea07be0354ca0ce42e00e60fb92482792022ca0c5963 1.54 MB 3,418 6
858,046 858,046 000000000000000000019463db000767a1de576f72b0c63dccbb60c84facdde5 1.56 MB 3,898 10
858,045 858,045 000000000000000000024ea0532c95c754976bcbb64965a73d9d299828d74740 1.64 MB 6,391 3
858,044 858,044 00000000000000000002c94dbc5fc113699fac8b733d4895bd5ce88279a9f96b 1.77 MB 4,412 6
858,043 858,043 00000000000000000001cb38fbf7bfa72ef082f3cdb955a8deed563f6acca477 1.65 MB 3,918 7
858,042 858,042 00000000000000000000162799848e98121a0c21f9553a48bb0bf4bcc9f99fc2 1.64 MB 5,829 4
Previous 10 blocks ↓
Total Size: 768.97 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,615.62 GB sent, 92.66 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.