Memory Pool Memory Pool Refreshing

1,109 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 155 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (217,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
689,854 689,854 00000000000000000009051f574c38e261e77cd9f38f36d03581a95b18b0a7ab 0.14 MB 261 48
689,853 689,853 00000000000000000000abb09639906cde72782bed7d4c844d1eb0e6e4e547c2 0.83 MB 1,224 43
689,852 689,852 0000000000000000000d7154831005a6aeb1382d11a4f8ca267ae010b878bf9b 0.28 MB 457 46
689,851 689,851 0000000000000000000652f888366728ef65f0c8a581573dad597913a491c9a6 1.27 MB 2,058 10
689,850 689,850 00000000000000000008601a41cbb26947d8501be1ec302b84a2c302d6aa77a9 1.29 MB 2,104 69
689,849 689,849 000000000000000000116aa37f74a433b98c928f0e3d9da9e260317170f42605 0.59 MB 697 44
689,848 689,848 00000000000000000010431e8b5c7de672f9a76eb9a6f2b86384adab396e6709 0.23 MB 241 40
689,847 689,847 00000000000000000004eac0187c269da4e56c56169b7884b7610946cce51f5d 0.70 MB 1,096 36
689,846 689,846 0000000000000000000f080a4732ccb6e865be24a8f719626e26c08a5775390d 1.29 MB 2,656 3
689,845 689,845 0000000000000000000860447566d1a09a48f95dc0c0e0d8f6ab461b5db8614d 1.36 MB 452 10
689,844 689,844 00000000000000000010879462655c73b2b79b13447f3691306dab3d326a0eb5 1.43 MB 2,309 53
689,843 689,843 00000000000000000004a8bbcc2c8c50b2a6e378c8b56e2cebe59255a5431bd2 1.27 MB 1,535 56
689,842 689,842 00000000000000000009147511045b89397d59d98a98cd283da426eecabd38d0 1.12 MB 964 81
689,841 689,841 000000000000000000084cf99aeba0a85b98943b839d8400aca0f904a9155b39 1.38 MB 2,463 53
689,840 689,840 00000000000000000006f52863300ab70c8fccdcaba4f8cbfe7380276b6172c1 1.40 MB 2,809 73
689,839 689,839 0000000000000000000bdf253322e4f1d2bb2aa77ac88cc220efd1a1da9cd8d8 0.11 MB 219 49
689,838 689,838 000000000000000000103d596a05bedb40843767a2904d878b9550587dc6ac93 1.06 MB 1,676 41
689,837 689,837 00000000000000000006078c673637fdcb4d7cd0119f88b3832a69c747acb39d 0.95 MB 1,695 31
689,836 689,836 000000000000000000127eda98aa50282a6f566ff57f17dde999d53f17c316c9 1.34 MB 2,087 35
689,835 689,835 00000000000000000007c78aa499148303f4370979e9d1d7da67b322a21046a6 1.21 MB 1,309 87
689,834 689,834 0000000000000000000a970ae79cd7f780136076aa15ec405979d2e22b7d4410 0.34 MB 669 36
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.