Memory Pool Memory Pool Refreshing

14,224 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (23,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,537 884,537 00000000000000000000c5945d485c3858ec85f10bea760a48e5a56543fb1b59 1.54 MB 3,685 5
884,536 884,536 0000000000000000000101c4fa3cc24440aec28516da7eb3c6babb65a487b02c 1.73 MB 2,831 3
884,535 884,535 000000000000000000022fea27b06e1eed51e9a294a2aca2609900d8aded2d31 1.81 MB 2,633 3
884,534 884,534 0000000000000000000190f54822d7d7b777e031959c9ac013b7d686b71106c4 1.44 MB 2,256 4
884,533 884,533 000000000000000000006d776b4cb7fba3ab2e7fcb7c2dc4c70742805c3a8649 1.65 MB 3,292 6
884,532 884,532 00000000000000000000ae49a1d822e211fdff9303937b96b7288d344bd8b3cc 1.63 MB 4,258 4
884,531 884,531 00000000000000000001eb91f4012e6ab486884d4cf24bf49b83765f88919263 1.60 MB 3,402 3
884,530 884,530 0000000000000000000060052c90f2f8fdafbc72edab4382fa9bd413852fe980 1.98 MB 5,765 2
884,529 884,529 00000000000000000002184d805cb57c42224baba2edaa112cc9af8763964b1a 1.97 MB 5,598 1
884,528 884,528 00000000000000000001aa56a60ae22f76ca94eba988d675ab212b2283f560f6 1.73 MB 3,862 2
884,527 884,527 000000000000000000014fe1e391d867f8043bb039e91614c961daa1e2a62b7b 1.62 MB 3,633 4
884,526 884,526 00000000000000000000b6ad9b0d7c338a757ddd0862847aa783dfbfb636e5bc 1.57 MB 3,762 3
884,525 884,525 00000000000000000001b13913e7eb9d42b078e45b7917cd110f409cdd75324f 1.99 MB 3,800 1
884,524 884,524 000000000000000000003b17327b4974373fd31ed34e51aba79a5bb8fa8bbcbc 1.89 MB 3,091 2
884,523 884,523 0000000000000000000215cabf478eaa1c70f2fe1984109af5d9d223d03bf4a2 1.61 MB 3,340 3
884,522 884,522 0000000000000000000025cd59deb55951efdf666c59373268d086ff101cea20 1.91 MB 5,290 1
884,521 884,521 0000000000000000000185db77be1699685de62614c3e5628b9a95c5572c88e4 1.76 MB 4,707 2
884,520 884,520 00000000000000000000934714ad43fc187974051f95bffa020dae02e6f0280d 1.52 MB 2,740 3
884,519 884,519 000000000000000000002bf2a894b15d841eccdc94eea0ed96438483f0e58866 1.71 MB 3,036 3
884,518 884,518 000000000000000000017417cd65004f2d2373d44c43bf6dfaee1e31f38ffcca 1.55 MB 3,379 4
884,517 884,517 00000000000000000000e18fe0a8f49161ad8fee67270eaa10fe119beffcb1cd 1.55 MB 3,303 8
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.