Memory Pool Memory Pool Refreshing

4,354 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,558 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (636,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,007 271,007 0000000000000001a68b9a0c5f20679d30294a2c44fe9b369089a8a121fe0983 0.55 MB 937 51
271,006 271,006 0000000000000004f5d35e7c752c73c32b6984b50abd24b9950b6d918a17a10b 0.00 MB 1 0
271,005 271,005 000000000000000480fcdda8265545df8e10310f83c2a20cdee9d8890f853459 0.03 MB 49 25
271,004 271,004 00000000000000005f304b9b52a4e6f526d4a52e2f77cdc22d7748d0efede2e8 0.20 MB 412 54
271,003 271,003 0000000000000003ebb2cb4d4144d7c8bf1ce6a8ba39ed28c4958a1eba32b760 0.21 MB 407 53
271,002 271,002 0000000000000000916529e1e9a28d2cab5b41a2af79c501179908a5f02c7f51 0.20 MB 411 37
271,001 271,001 000000000000000088fac639a3fa99a23d02f71b9270037e5110240e92de7cb9 0.15 MB 386 79
271,000 271,000 0000000000000002ec315dca0e0ea2b00cac28ef02113bdf85a9d1eb907a7511 0.24 MB 427 28
270,999 270,999 000000000000000343e958666fed15f2dac938942db421ec28c807e6b834e316 0.25 MB 535 213
270,998 270,998 0000000000000004ce3c703e96d8534ecb9275744e3ab13835abdc23a650953e 0.21 MB 492 95
270,997 270,997 00000000000000005261d3919ef877f7614db7bd69e9fdc3d50afcb7f738a07c 0.53 MB 996 52
270,996 270,996 0000000000000003e7c205b41634e23b0d4bf4015d0b3026d42a6c8b2a3aa0bb 0.22 MB 366 37
270,995 270,995 000000000000000526c0d3b18b0a16b4e1e9aa1a38ba290c94a3bb6b3f69217a 0.12 MB 268 47
270,994 270,994 00000000000000001995a600c1050cbd23f6a121cdbf9b8982bea9a91e851cd3 0.12 MB 273 14
270,993 270,993 0000000000000000b61a1a596fb3b843a778cc75258a049b23548f19ea220291 0.34 MB 653 69
270,992 270,992 0000000000000004730a9d732986ab12917b0b1030f600c7faeabcce09969baa 0.23 MB 399 39
270,991 270,991 000000000000000279ddcb2ce6838e3e89ccf72573f5db4758c8aeb8adcaf113 0.25 MB 425 59
270,990 270,990 000000000000000321e14b0995139a4cb106e55e7c1f98db7d70d5756526ac5f 0.02 MB 69 45
270,989 270,989 0000000000000006da67d7a3c656e9267e74c657a07741b4089365ceb59ca868 0.15 MB 193 17
270,988 270,988 00000000000000068b4417d6940ddb2bdaa09cbb9cca8b296bc26bf9533a6435 0.31 MB 677 72
270,987 270,987 00000000000000069b86fae2ac0f4baf1122906b1e26c35161e3689f4b56bb2b 0.20 MB 266 30
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.76 GB sent, 94.48 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.