Memory Pool Memory Pool Refreshing

3,401 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (763,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,009 144,009 00000000000001788237f188fd0bb1301e9a3091262419bf9c63ee9287212854 0.00 MB 1 0
144,008 144,008 0000000000000906c99a5edd26593b7ff8a9e2c82521e967195914eaf4af65f2 0.01 MB 32 510
144,007 144,007 000000000000085d94eba9f525253b6934082d87bcc93e14030e319d702c196b 0.00 MB 10 375
144,006 144,006 00000000000008b18a666ac5207c3bb48d3ec525cf15ac3aa1e153b243b858e1 0.03 MB 63 161
144,005 144,005 0000000000000408cede7bf964e27886952962856ae3f6936105815736d1764b 0.05 MB 57 509
144,004 144,004 00000000000001fb53f86034a6440d0ef40e18d04896ea03d10de7f0cc869561 0.00 MB 2 223
144,003 144,003 0000000000000173cb5f4c0a3d78fdde49e55ca7e5d03c72b36ae4edb0372d01 0.02 MB 16 32
144,002 144,002 00000000000004637529cf53bcf095b5a499836124c5066f96450b0fef88d135 0.02 MB 83 44
144,001 144,001 000000000000026ba4c837d96f9f1260e64733054949f22d9189d27003c10ef9 0.03 MB 73 191
144,000 144,000 0000000000000681a73f1bb50454cee419048d24e1091bcddadded89df53fd07 0.05 MB 143 152
143,999 143,999 000000000000082ae2aa5010041aabc3a4bbf5a3455e48f37cb4473f3bea0a09 0.05 MB 88 311
143,998 143,998 00000000000005472fe87dc6cb3a1495b416fe7798f0c625ddca4952f5043de8 0.01 MB 8 193
143,997 143,997 00000000000000141641a61245b0c61c0e26d1575944d909d07ed74733d2e7bf 0.01 MB 41 44
143,996 143,996 0000000000000014eaab8ded793d25504c23e7a35a16bd6fdd3c69ccbc10de05 0.03 MB 25 98
143,995 143,995 00000000000003e905fa402a5d09b59df48a65c75e59d1236f7087ab76e7f769 0.03 MB 46 502
143,994 143,994 000000000000053f53e20fc676f4f17a5cd109c3c0c2fbfb3f2dd6668e98387a 0.02 MB 33 147
143,993 143,993 000000000000051a8b7e38a746db628481a801546ab5bb0de3f2af301d9c0b9c 0.00 MB 6 77
143,992 143,992 00000000000007e38fdc1daf25a43a6181840d7245a93acae77b9a7948e56034 0.01 MB 33 348
143,991 143,991 00000000000003b9f45d288d0156d25d3aa9c0b842a46b0f4dc959c127a0e448 0.03 MB 110 30
143,990 143,990 000000000000039c2923dee0d189f1209211c8d73620a20d56813b915882c00d 0.01 MB 18 516
143,989 143,989 0000000000000766c418d014aad526db71c49da2eaf465128fdd68f3cb563b62 0.01 MB 18 202
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.