Memory Pool Memory Pool Refreshing

873 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,837 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 860 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,836 (25,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,720 882,720 0000000000000000000139f5eb2fa7ada68a1f7c8beb1423cd9815926c317a83 1.85 MB 2,248 4
882,719 882,719 000000000000000000009b281fe4ee564320e75cd47230474b190e32aa749c60 1.98 MB 2,070 2
882,718 882,718 00000000000000000000bf7d57be8dd60b3c14cf541ceeeb89415bfa2c668303 1.77 MB 2,529 2
882,717 882,717 00000000000000000000e3b5b98907e9db4994407f11727d87477edfae47a187 1.71 MB 2,694 2
882,716 882,716 00000000000000000001f47d146e502559afb6a98766c0e414bbcff14ea9283c 1.86 MB 2,758 3
882,715 882,715 000000000000000000027314ef9877408a7c2aa3e95e6be53f1621ba416028c9 1.88 MB 3,994 2
882,714 882,714 00000000000000000000da9943ccbcfab73a9a83a0620259a2b8220e73911b38 1.86 MB 2,964 3
882,713 882,713 0000000000000000000206960c876f1bd2183db5eecf04a5ca2367c0102ac8eb 1.84 MB 2,985 2
882,712 882,712 00000000000000000002998bf971462363fb9af24a87b4aee8e064a86698d4b7 1.80 MB 2,640 3
882,711 882,711 0000000000000000000089704d5a5a524f2cdd34c73ddd7c641fb51ebd142759 1.72 MB 3,748 2
882,710 882,710 000000000000000000000d525d436e6c29920409a27f6a36a503e4a6dbdf2a9e 1.69 MB 3,952 2
882,709 882,709 000000000000000000011424d7e92009ebe10759de8b4032749c1df9a6c23187 1.48 MB 3,285 5
882,708 882,708 00000000000000000000e0bb88dc788539a1bfffdf647441263417dc6d1810fd 1.68 MB 3,445 3
882,707 882,707 00000000000000000001924b119b819c5ca3ff60f5a2c40de7e5b833836b5af5 1.72 MB 3,370 3
882,706 882,706 00000000000000000000332deb05097bdd9f771d786ad67fd05a33a63edfc8fc 1.72 MB 4,336 5
882,705 882,705 0000000000000000000028c6973ffd3c1acf7828f348271592d4ca29823e0515 1.70 MB 4,098 5
882,704 882,704 0000000000000000000024c659690bfc199cd299619476183b0da4093d107edc 1.83 MB 4,870 2
882,703 882,703 00000000000000000001b4f75705c542ca24788b697582273c5f9f1df200269d 1.91 MB 5,390 3
882,702 882,702 000000000000000000002767afa739d6c178b94909fcd8ff37a8cb82c78d334a 1.71 MB 3,897 3
882,701 882,701 00000000000000000000db5a46c97f92d6228f90b84b338a8976db24e4bad211 1.68 MB 4,076 5
882,700 882,700 0000000000000000000130e970ba5272bdabcacdecb3214b8b2498a29040069b 1.79 MB 4,975 2
Previous 10 blocks ↓
Total Size: 769.24 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,634.83 GB sent, 94.09 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.