Memory Pool Memory Pool Refreshing

6,167 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,800 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (13,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,833 894,833 000000000000000000005c989bd17319f5b1771c1d8d14462cd8a8a383a81814 1.73 MB 3,080 2
894,832 894,832 00000000000000000000715fdb72cfbe4f3e0eb16baf21dc75b834354b039f77 1.38 MB 1,216 2
894,831 894,831 0000000000000000000005fc2415ee7fa67513647615953181f3218e8a66cb83 1.20 MB 1,116 2
894,830 894,830 00000000000000000001325412cde87ec4f6c2e2bfe8b19d2c1f81e62d4a4388 1.57 MB 2,344 4
894,829 894,829 000000000000000000010df87610fe34f7076d41d63580db9025c5fd259e651a 1.56 MB 2,697 3
894,828 894,828 0000000000000000000105b943127807bf931857c0d4e3f807faeefbc29ab199 1.69 MB 2,617 4
894,827 894,827 00000000000000000000589679a2f9643e9cb28ab28632b1fc486c1eb3b00ccc 1.70 MB 3,544 4
894,826 894,826 000000000000000000000959afe6f8f01f587ddfb648a76ef8420db1ba278830 1.64 MB 2,109 4
894,825 894,825 000000000000000000009825dffad89ed7889dbb1bdc5588f84c9f1633e8fa7f 1.65 MB 3,282 4
894,824 894,824 000000000000000000005d6041af404eee960f21479b911747d0d10b5808b790 1.57 MB 3,095 2
894,823 894,823 000000000000000000009c1f7e74e1223cdd0aec1271d0461814147ecd31f399 2.06 MB 2,216 1
894,822 894,822 00000000000000000001e8483fd176773eb1d4d8832f5b89ddc434be481d4559 1.78 MB 1,278 1
894,821 894,821 000000000000000000005b9f4aabfe8762305d42458ef08f75013a0aae3b29b0 1.69 MB 3,589 5
894,820 894,820 000000000000000000012005e0f56eac398f11f0aa4a5df36e0fbc582d202673 1.62 MB 2,927 3
894,819 894,819 00000000000000000001153301ac82b00de85a28339c6f43bd4bb31275154324 1.42 MB 2,445 2
894,818 894,818 0000000000000000000202cbd89e3408dfe9cf79059c097e165e8a94dc8d65de 1.67 MB 4,097 4
894,817 894,817 0000000000000000000086f1b0129492866f120c4685b9d26e86cb0a49979378 2.81 MB 1,545 1
894,816 894,816 00000000000000000000d9972fc8400b5bd300b73d5a116844063699bfbe7350 1.84 MB 2,716 2
894,815 894,815 000000000000000000019b4ee46657bdbd52a419a2e2f9c742463d19ceea0af0 1.80 MB 2,720 2
894,814 894,814 00000000000000000001ebfd4e669d4e6dc9dcd136098f48d77554d92eb9d65d 1.92 MB 1,710 2
894,813 894,813 0000000000000000000088b5a1084d39e9700d926f3edda3146c1bb88059fda0 3.24 MB 777 1
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.