Memory Pool Memory Pool Refreshing

1,237 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,045 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,223 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,044 (774,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,843 133,843 0000000000000593a03c8c574d3d2a14e6bcbd82e612c8bb83838f5c4ba2549f 0.02 MB 50 431
133,842 133,842 000000000000031ae139473b06678d7719f1883c6f5e7078f9da14530877d1cf 0.01 MB 48 89
133,841 133,841 000000000000050fd64776dfa344078dbe0162b61c8cc3cdad9f17a3a5abbb68 0.01 MB 27 103
133,840 133,840 00000000000006fc2ad106a958cfe8db343d445bf4afe430f6f0da5ceb02ae89 0.01 MB 25 2,243
133,839 133,839 0000000000000825ebdfab718367f22129714ba7b5c0579b12c2d47e86e8cd1c 0.05 MB 164 243
133,838 133,838 0000000000000a012e3c0517e97339efce264e41e70d1eb95726750e39f93157 0.01 MB 27 1,108
133,837 133,837 00000000000002677134b480e1b0dfb3496ae7b6e4cd0bc5d9decbe21899830c 0.05 MB 102 377
133,836 133,836 0000000000000304713f710267f60750a1371299b90b5de5a83a29d12593f810 0.01 MB 36 468
133,835 133,835 0000000000000bd0c6fb8ee6d2ece3ffb09c2d0ffa5da4dea3494946ffced9f2 0.01 MB 14 598
133,834 133,834 000000000000075af58d17c6e7849f0bd25df180fb508ba645a32390123c69c4 0.02 MB 38 819
133,833 133,833 00000000000006363b75ceafcd9545f73ec2d127d39d39eab98ce8355a0b07a4 0.07 MB 120 88
133,832 133,832 000000000000022b860907a023d2e861ec9c2facab75d5d99c77537752883d07 0.03 MB 70 37
133,831 133,831 000000000000016f30b753932bdf35ff0a1c733cb81be8f8e30843761999bb3c 0.01 MB 21 1,900
133,830 133,830 0000000000000a05d5f35a3f3ef83a588d664dc79e50c6d6cb758466fe4aed6b 0.01 MB 23 1,517
133,829 133,829 00000000000009ca0988a8d3d5d58b01d30bba9476767a80140df47be8f36ae5 0.03 MB 100 55
133,828 133,828 00000000000009946a8eb03c4e16dc55e1c09a4fb9810a321c464a6da274ea1f 0.01 MB 28 709
133,827 133,827 000000000000068b9d65cfd6a723b35d3f05e4dd2230a1acce002c3153686bd4 0.00 MB 9 17
133,826 133,826 000000000000017ae485e2e231a875559c2c70a3976dd48ef6b360ac65cc5622 0.00 MB 6 282
133,825 133,825 000000000000081cc30eb4b9c9b437c74d6c7db7a67664bf2c38deaa5c8e48fa 0.02 MB 45 251
133,824 133,824 00000000000005171d012e5f2669c75fd99caf09e37856dc3dae704ea06c6220 0.00 MB 3 71
133,823 133,823 000000000000034a825f1031b29957700e7837c60eaffd7664ad61c8c93e12ae 0.02 MB 39 595
Previous 10 blocks ↓
Total Size: 769.63 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,652.32 GB sent, 96.01 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.