Memory Pool Memory Pool Refreshing

5,916 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,993 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (1,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,897 905,897 000000000000000000005dc86f722d4b5de505b7bcc28badab29f476b82cb4f1 1.72 MB 3,080 3
905,896 905,896 00000000000000000001ad7c04e51ebf45e9d12aa7b60fabaa46c34ba16b42f5 1.83 MB 2,860 3
905,895 905,895 00000000000000000000bebb3b1f75b438176672736b9da4ac76d86026ea4287 1.24 MB 1,286 3
905,894 905,894 00000000000000000000fe65711833deb1aee1d349734bbc5bfd0864eee31a8f 1.56 MB 3,283 6
905,893 905,893 000000000000000000003f1467482bf4dd6972cfe6dcb9dfb87b024ab08628b7 1.69 MB 4,114 7
905,892 905,892 0000000000000000000131cd86a9bec27628e0d96819c4f11b4df811cfd7cae1 1.05 MB 595 2
905,891 905,891 0000000000000000000088fa4f475309b8c2b626066eb95341675bc61d419f2c 1.32 MB 2,240 4
905,890 905,890 0000000000000000000065fb60dae75709510565bb8cac505d8edd70bf09fa6f 1.70 MB 2,266 2
905,889 905,889 0000000000000000000068b815398247c29f188aa75d36cdda5e112e5b24351c 1.38 MB 4,106 4
905,888 905,888 0000000000000000000121e6def111985702ab36c3b8735826dbb24e7edf29ef 1.57 MB 3,150 3
905,887 905,887 000000000000000000007df7de58adebf164e3af672aa38d2e95a370ebe44d27 1.58 MB 1,751 5
905,886 905,886 000000000000000000014836551014dab66c21a400573e10f67fb7da2cb8dfe1 1.56 MB 3,492 6
905,885 905,885 00000000000000000001ce1f817f7cc4b129c5691580a3936d821ab73eb80343 1.70 MB 2,960 6
905,884 905,884 00000000000000000001370881848be8bb1578af5ac682e16bbe6490ed770965 1.42 MB 3,487 4
905,883 905,883 000000000000000000021084cc7a7b700b51b4ffc2bdb10a094e2b11b62cfd95 1.55 MB 2,755 4
905,882 905,882 000000000000000000012722ec581d6c4158fd71ad2fae507eb2a884e73d76d1 1.52 MB 3,809 7
905,881 905,881 00000000000000000001b2f20f89ba23d384d684e293b6fd741d6f3da50f0bff 1.38 MB 3,421 9
905,880 905,880 00000000000000000000b4d4f1848e0ff25964dc02407740343dc52191347d32 1.33 MB 2,785 6
905,879 905,879 00000000000000000001c56edb729cfb1bee38855bdf90ba54e270228f194fda 1.59 MB 3,555 12
905,878 905,878 000000000000000000018da1e2b40b0b7beecc86c0d3eae0e37505eb5bc63f7e 1.46 MB 4,105 9
905,877 905,877 00000000000000000000a564028aa1b676f0fd0fd118e9c7d64c982f71079ee5 1.56 MB 4,388 11
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.